From 1f060750ed2efe5ba4dc0dccffe71263426a758c Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sat, 24 Nov 2012 11:20:59 -0500 Subject: [PATCH] WinRT: disabled the XAudio2 backend, pending work on stability and quality --- include/SDL_config_windowsrt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_windowsrt.h b/include/SDL_config_windowsrt.h index 759dcb866..8790e0060 100644 --- a/include/SDL_config_windowsrt.h +++ b/include/SDL_config_windowsrt.h @@ -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