mirror of
https://github.com/yawut/SDL.git
synced 2026-06-11 11:12:03 -05:00
Don't assume the XAudio2 APIs will never be available
This commit is contained in:
parent
3c3e87d79f
commit
1e9722a016
|
|
@ -142,9 +142,7 @@ typedef unsigned int uintptr_t;
|
|||
|
||||
/* Enable various audio drivers */
|
||||
#define SDL_AUDIO_DRIVER_DSOUND 1
|
||||
#ifndef __GNUC__
|
||||
#define SDL_AUDIO_DRIVER_XAUDIO2 1
|
||||
#endif
|
||||
#define SDL_AUDIO_DRIVER_WINMM 1
|
||||
#define SDL_AUDIO_DRIVER_DISK 1
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user