mirror of https://github.com/snes9xgit/snes9x.git
Circuit USA timing hack.
This commit is contained in:
parent
737caf908b
commit
c22622806d
|
@ -3766,6 +3766,8 @@ void CMemory::ApplyROMFixes (void)
|
|||
{
|
||||
if (match_id("AVCJ")) // Rendering Ranger R2
|
||||
Timings.APUSpeedup = 2;
|
||||
if (match_na("CIRCUIT USA"))
|
||||
Timings.APUSpeedup = 2;
|
||||
|
||||
/* if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
||||
match_id("JG ") || // Illusion of Gaia
|
||||
|
|
Loading…
Reference in New Issue