diff --git a/Source/Core/AudioCommon/Src/Mixer.cpp b/Source/Core/AudioCommon/Src/Mixer.cpp index d7a8092ff5..ff048dbdab 100644 --- a/Source/Core/AudioCommon/Src/Mixer.cpp +++ b/Source/Core/AudioCommon/Src/Mixer.cpp @@ -142,7 +142,7 @@ void CMixer::PushSamples(short *samples, unsigned int num_samples) if (!m_throttle) { return; - { + } else { // The auto throttle function. This loop will put a ceiling on the CPU MHz.