WinRT: got the XAudio2 backend compiling (but not running, yet)

This commit is contained in:
David Ludwig
2012-11-22 22:34:50 -05:00
parent 7a6a66c59e
commit 18cc7d9a0c
6 changed files with 238 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ typedef unsigned int uintptr_t;
#endif
/* Enable various audio drivers */
//#define SDL_AUDIO_DRIVER_XAUDIO2 1 // TODO, WinRT: see if SDL's XAudio2 driver can compile
#define SDL_AUDIO_DRIVER_XAUDIO2 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1