default to DirectSound-sw for now. I don't have access to enough

hardware to fix up the quirks in WDMKS.
This commit is contained in:
Glenn Maynard
2007-08-01 00:50:19 +00:00
parent 0377885edc
commit dd2b5a5976
+1 -1
View File
@@ -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)