diff --git a/Source/Core/Core/HW/DSP.cpp b/Source/Core/Core/HW/DSP.cpp index 5b16f23139..8469f004ab 100644 --- a/Source/Core/Core/HW/DSP.cpp +++ b/Source/Core/Core/HW/DSP.cpp @@ -457,7 +457,6 @@ static void GenerateDSPInterrupt(u64 DSPIntType, int cyclesLate) void GenerateDSPInterruptFromDSPEmu(DSPInterruptType type) { CoreTiming::ScheduleEvent_Threadsafe_Immediate(et_GenerateDSPInterrupt, type); - CoreTiming::ForceExceptionCheck(100); } // called whenever SystemTimers thinks the dsp deserves a few more cycles