diff --git a/Source/Core/Core/DSP/DSPCore.cpp b/Source/Core/Core/DSP/DSPCore.cpp index be40b269dd..da134f3d7d 100644 --- a/Source/Core/Core/DSP/DSPCore.cpp +++ b/Source/Core/Core/DSP/DSPCore.cpp @@ -225,7 +225,7 @@ bool SDSP::CheckExceptions() pc = static_cast(i * 2); exceptions &= ~(1 << i); - r.sr &= ~SR_EXT_INT_ENABLE; + r.sr &= ~SR_EXT_INT_ENABLE_2; return true; } else