Forced an external exception check on DI interrupts. Fixes Summoner: A Goddess Reborn.
Fixes issue 6301.
This commit is contained in:
parent
c7486609fa
commit
98e8f8d7d0
|
@ -530,6 +530,9 @@ void UpdateInterrupts()
|
||||||
{
|
{
|
||||||
ProcessorInterface::SetInterrupt(ProcessorInterface::INT_CAUSE_DI, false);
|
ProcessorInterface::SetInterrupt(ProcessorInterface::INT_CAUSE_DI, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Required for Summoner: A Goddess Reborn
|
||||||
|
CoreTiming::ForceExceptionCheck(50);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GenerateDIInterrupt(DI_InterruptType _DVDInterrupt)
|
void GenerateDIInterrupt(DI_InterruptType _DVDInterrupt)
|
||||||
|
|
Loading…
Reference in New Issue