Use RageSoundDriver_QT. RageSoundDriver_QT1 has been removed.
This commit is contained in:
@@ -78,9 +78,6 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
||||
#endif
|
||||
#ifdef RAGE_SOUND_QT
|
||||
if(!DriversToTry[i].CompareNoCase("QT")) ret = new RageSound_QT;
|
||||
#endif
|
||||
#ifdef RAGE_SOUND_QT1
|
||||
if(!DriversToTry[i].CompareNoCase("QT1")) ret = new RageSound_QT1;
|
||||
#endif
|
||||
if(!DriversToTry[i].CompareNoCase("Null")) ret = new RageSound_Null;
|
||||
if( !ret )
|
||||
|
||||
@@ -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,Null"
|
||||
#define DEFAULT_SOUND_DRIVER_LIST "QT"
|
||||
#elif defined(_WINDOWS)
|
||||
#define DEFAULT_SOUND_DRIVER_LIST "DirectSound,DirectSound-sw,WaveOut"
|
||||
#elif defined(_XBOX)
|
||||
|
||||
@@ -10,11 +10,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Sound/RageSoundDriver_QT1.h"
|
||||
#include "Sound/RageSoundDriver_QT.h"
|
||||
#include "LoadingWindow/LoadingWindow_Cocoa.h"
|
||||
#include "ErrorDialog/ErrorDialog_darwin.h"
|
||||
#include "ArchHooks/ArchHooks_darwin.h"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user