WinRT: disabled the XAudio2 backend, pending work on stability and quality
This commit is contained in:
parent
be90b123c3
commit
d966870bc6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ typedef unsigned int uintptr_t;
|
|||
#endif
|
||||
|
||||
/* Enable various audio drivers */
|
||||
#define SDL_AUDIO_DRIVER_XAUDIO2 1
|
||||
//#define SDL_AUDIO_DRIVER_XAUDIO2 1 /* Disabled pending work to fix quality + stability issues */
|
||||
#define SDL_AUDIO_DRIVER_DISK 1
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue