Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forced an external exception check on DI interrupts. Fixes Summoner: …
…A Goddess Reborn.

Fixes issue 6301.
  • Loading branch information
skidau committed May 9, 2013
1 parent c748660 commit 98e8f8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/Core/Src/HW/DVDInterface.cpp
Expand Up @@ -530,6 +530,9 @@ void UpdateInterrupts()
{
ProcessorInterface::SetInterrupt(ProcessorInterface::INT_CAUSE_DI, false);
}

// Required for Summoner: A Goddess Reborn
CoreTiming::ForceExceptionCheck(50);
}

void GenerateDIInterrupt(DI_InterruptType _DVDInterrupt)
Expand Down

0 comments on commit 98e8f8d

Please sign in to comment.