mirror of https://github.com/snes9xgit/snes9x.git
Merge branch 'master' of github.com:snes9xgit/snes9x
This commit is contained in:
commit
0b95675cc8
|
@ -3558,7 +3558,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