diff --git a/stepmania/src/arch/arch.h b/stepmania/src/arch/arch.h index 54b01f3368..e42c9556ea 100644 --- a/stepmania/src/arch/arch.h +++ b/stepmania/src/arch/arch.h @@ -15,6 +15,8 @@ ArchHooks *MakeArchHooks(); /* Define the default list of sound drivers for each arch. */ #if defined(WIN32) #define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut" +#else +#define DEFAULT_SOUND_DRIVER_LIST "Null" #endif #endif