Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forced an exception check on short ARAM DMA transfers.
  • Loading branch information
skidau committed May 3, 2013
1 parent 18b0556 commit 719f18a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/Core/Src/HW/DSP.cpp
Expand Up @@ -690,7 +690,9 @@ void Do_ARAM_DMA()
if (g_arDMA.Cnt.count == 32)
{
// Beyond Good and Evil (GGEE41) sends count 32
// Lost Kingdoms 2 needs the exception check here in DSP HLE mode
GenerateDSPInterrupt(INT_ARAM);
CoreTiming::ForceExceptionCheck(100);
}
else
{
Expand Down

0 comments on commit 719f18a

Please sign in to comment.