From dd2b5a5976fc53284b19f3adb9ca7c2aa45e0251 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Aug 2007 00:50:19 +0000 Subject: [PATCH] default to DirectSound-sw for now. I don't have access to enough hardware to fix up the quirks in WDMKS. --- stepmania/src/arch/arch_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/arch_default.h b/stepmania/src/arch/arch_default.h index 815898d4d4..c03f06351b 100644 --- a/stepmania/src/arch/arch_default.h +++ b/stepmania/src/arch/arch_default.h @@ -9,7 +9,7 @@ #include "MemoryCard/MemoryCardDriverThreaded_Windows.h" #define DEFAULT_INPUT_DRIVER_LIST "DirectInput,Pump,Para" #define DEFAULT_MOVIE_DRIVER_LIST "Theora,FFMpeg,DShow,Null" -#define DEFAULT_SOUND_DRIVER_LIST "WDMKS,DirectSound-sw,WaveOut,Null" +#define DEFAULT_SOUND_DRIVER_LIST "DirectSound-sw,WDMKS,WaveOut,Null" #elif defined(MACOSX)