mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
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)
|
void GenerateDSPInterruptFromDSPEmu(DSPInterruptType type)
|
||||||
{
|
{
|
||||||
CoreTiming::ScheduleEvent_Threadsafe_Immediate(et_GenerateDSPInterrupt, type);
|
CoreTiming::ScheduleEvent_Threadsafe_Immediate(et_GenerateDSPInterrupt, type);
|
||||||
CoreTiming::ForceExceptionCheck(100);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// called whenever SystemTimers thinks the dsp deserves a few more cycles
|
// called whenever SystemTimers thinks the dsp deserves a few more cycles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user