diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp index 4647692de2..c9a23c6ef6 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp @@ -190,6 +190,9 @@ void RageSound_CA::FeederThread() RageSound_CA::RageSound_CA() : idealFormat(NULL), actualFormat(NULL), converter(NULL) { +#if true + RageException::ThrowNonfatal("Broken driver on G5--disabled."); +#endif shutdown = false;