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

@ -115,6 +115,8 @@ typedef unsigned int uintptr_t;
#define SDL_AUDIO_DRIVER_DSOUND 1
#endif
#define SDL_AUDIO_DRIVER_WAVEOUT 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1
/* Enable various cdrom drivers */
#ifdef _WIN32_WCE