mirror of https://github.com/snes9xgit/snes9x.git
Apply APUAllowTimeOverflow to Porky Pig's Haunted Holiday
This commit is contained in:
parent
1482cae24d
commit
f342d6b137
|
@ -3547,6 +3547,7 @@ void CMemory::ApplyROMFixes (void)
|
|||
match_na ("MSPACMAN") || // Ms Pacman
|
||||
match_na ("THE MASK") || // The Mask
|
||||
match_na ("PRIMAL RAGE") || // Primal Rage
|
||||
match_na ("PORKY PIGS HAUNTED") ||
|
||||
match_na ("DOOM TROOPERS")) // Doom Troopers
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue