Implemented dummy audio driver.

Fixes Bugzilla #161.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401536
This commit is contained in:
Ryan C. Gordon 2006-03-14 08:53:33 +00:00
parent 2e50f15bed
commit 66d3d81854
15 changed files with 496 additions and 40 deletions

View file

@ -67,6 +67,8 @@ typedef unsigned int uintptr_t;
/* Enable various audio drivers */
#define SDL_AUDIO_DRIVER_SNDMGR 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1
/* Enable various cdrom drivers */
#define SDL_CDROM_MACOS 1