mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
recompiled SDL2 for windows and osx with a few patches from current
hg for bugs 1825, 2835, and 2049, also with xaudio2 driver disabled for windows which seems more trouble than its worth. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1196 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
6ed63fc0f5
commit
9c035ca2d5
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -155,7 +155,7 @@ typedef unsigned int uintptr_t;
|
|||
|
||||
/* Enable various audio drivers */
|
||||
#define SDL_AUDIO_DRIVER_DSOUND 1
|
||||
#define SDL_AUDIO_DRIVER_XAUDIO2 1
|
||||
/*#define SDL_AUDIO_DRIVER_XAUDIO2 1*/
|
||||
#define SDL_AUDIO_DRIVER_WINMM 1
|
||||
#define SDL_AUDIO_DRIVER_DISK 1
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue