Merge pull request #1155 from booto/dsp-int-fix

dsp int timing tweak
This commit is contained in:
skidau 2014-10-02 13:46:03 +10:00
commit 11126f0bfc
1 changed files with 0 additions and 1 deletions

View File

@ -475,7 +475,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