dsp int timing tweak
this fixes a bug in GE9E5D that caused hangs on boot
This commit is contained in:
parent
bdd1853586
commit
7f76ad3edb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue