use null sound driver by default if none others are defined

This commit is contained in:
Glenn Maynard
2003-02-14 18:52:02 +00:00
parent ead63883ef
commit 1ea055bf3b
+2
View File
@@ -15,6 +15,8 @@ ArchHooks *MakeArchHooks();
/* Define the default list of sound drivers for each arch. */ /* Define the default list of sound drivers for each arch. */
#if defined(WIN32) #if defined(WIN32)
#define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut" #define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut"
#else
#define DEFAULT_SOUND_DRIVER_LIST "Null"
#endif #endif
#endif #endif