update the driver list for OS X. I should have done this days ago.

This commit is contained in:
Steve Checkoway
2003-07-12 23:58:30 +00:00
parent fbcd804243
commit f3bbb5ffa9
+1 -2
View File
@@ -22,8 +22,7 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers);
#if defined(LINUX)
#define DEFAULT_SOUND_DRIVER_LIST "ALSA9,OSS,Null"
#elif defined(DARWIN)
//#define DEFAULT_SOUND_DRIVER_LIST "QT,SDL,Null"
#define DEFAULT_SOUND_DRIVER_LIST "QT,Null"
#define DEFAULT_SOUND_DRIVER_LIST "QT,QT1,Null"
#elif defined(WIN32)
#define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut"
#else