mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
Apply APUAllowTimeOverflow to Mutant Chronicles - Doom Troopers (danieldematteis)
This commit is contained in:
parent
bffb343462
commit
4cfb4064ca
@ -3565,7 +3565,8 @@ void CMemory::ApplyROMFixes (void)
|
||||
match_na ("NBA Hangtime") || // NBA Hang Time
|
||||
match_na ("MSPACMAN") || // Ms Pacman
|
||||
match_na ("THE MASK") || // The Mask
|
||||
match_na ("PRIMAL RAGE")) // Primal Rage
|
||||
match_na ("PRIMAL RAGE") || // Primal Rage
|
||||
match_na ("DOOM TROOPERS")) // Doom Troopers
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user