Implemented dummy audio driver.
Fixes Bugzilla #161. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401536
This commit is contained in:
parent
2e50f15bed
commit
66d3d81854
15 changed files with 496 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue