dsp int timing tweak

this fixes a bug in GE9E5D that caused hangs on boot
This commit is contained in:
booto 2014-09-24 00:44:48 +08:00
parent bdd1853586
commit 7f76ad3edb
1 changed files with 0 additions and 1 deletions

View File

@ -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