mirror of
https://github.com/yawut/SDL.git
synced 2026-08-19 23:34:04 -05:00
Don't assume the XAudio2 APIs will never be available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user