mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-03 05:32:32 +01:00
Apply APUAllowTimeOverflow to primal rage
This commit is contained in:
parent
be1243b83c
commit
5a9f1ae3bd
@ -3561,7 +3561,8 @@ void CMemory::ApplyROMFixes (void)
|
||||
if (match_na ("EARTHWORM JIM 2") || // Earthworm Jim 2
|
||||
match_na ("NBA Hangtime") || // NBA Hang Time
|
||||
match_na ("MSPACMAN") || // Ms Pacman
|
||||
match_na ("THE MASK")) // The Mask
|
||||
match_na ("THE MASK") || // The Mask
|
||||
match_na ("PRIMAL RAGE")) // Primal Rage
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user