Apply APUAllowTimeOverflow to Mutant Chronicles - Doom Troopers (danieldematteis)

This commit is contained in:
OV2 2011-04-24 15:36:44 +02:00
parent 3410479bff
commit 3cd9a46f00

View File

@ -3546,7 +3546,8 @@ void CMemory::ApplyROMFixes (void)
match_na ("NBA Hangtime") || // NBA Hang Time match_na ("NBA Hangtime") || // NBA Hang Time
match_na ("MSPACMAN") || // Ms Pacman match_na ("MSPACMAN") || // Ms Pacman
match_na ("THE MASK") || // The Mask 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; Timings.APUAllowTimeOverflow = TRUE;
} }