Implemented XAudio2 target for Windows (and Xbox360, theoretically!).

This commit is contained in:
Ryan C. Gordon 2011-08-04 01:07:09 -04:00
parent 8fa65eea5c
commit 46bb3d8770
9 changed files with 534 additions and 0 deletions

View file

@ -145,6 +145,7 @@ typedef unsigned int uintptr_t;
/* Enable various audio drivers */
#ifndef _WIN32_WCE
#define SDL_AUDIO_DRIVER_DSOUND 1
#define SDL_AUDIO_DRIVER_XAUDIO2 1
#endif
#define SDL_AUDIO_DRIVER_WINMM 1
#define SDL_AUDIO_DRIVER_DISK 1