mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
allow APU time overflow on The Mask
This commit is contained in:
parent
deb8ae68a1
commit
7333110ebc
@ -3575,7 +3575,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 ("MSPACMAN")) || // Ms Pacman
|
||||
match_na ("THE MASK")) // The Mask
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user