Forced an external exception check on DI interrupts. Fixes Summoner: A Goddess Reborn.

Fixes issue 6301.
This commit is contained in:
skidau 2013-05-10 00:03:00 +10:00
parent c7486609fa
commit 98e8f8d7d0
1 changed files with 3 additions and 0 deletions

View File

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