Use CoreAudio driver.
This commit is contained in:
@@ -26,7 +26,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,QT1"
|
||||
#define DEFAULT_SOUND_DRIVER_LIST "CoreAudio,QT,QT1"
|
||||
#elif defined(_WINDOWS)
|
||||
#define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut"
|
||||
#elif defined(_XBOX)
|
||||
|
||||
Reference in New Issue
Block a user