mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
commit
11126f0bfc
1 changed files with 0 additions and 1 deletions
|
@ -475,7 +475,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…
Add table
Add a link
Reference in a new issue