From d444d82235296b6324beda1bfa49f26a348065ed Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 7 Mar 2004 01:39:19 +0000 Subject: [PATCH] As it says, broken on G5. --- stepmania/src/arch/Sound/RageSoundDriver_CA.cpp | 3 +++ 1 file changed, 3 insertions(+) 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;