mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-12-24 02:01:49 +01:00
Backport Adjust APU hack for Circuit USA. (#818)
This commit is contained in:
parent
dc9149939e
commit
3ba51632de
@ -3651,7 +3651,7 @@ void CMemory::ApplyROMFixes (void)
|
||||
if (match_id("AANJ")) // Chou Aniki
|
||||
Timings.APUSpeedup = -3;
|
||||
if (match_na("CIRCUIT USA"))
|
||||
Timings.APUSpeedup = 2;
|
||||
Timings.APUSpeedup = 3;
|
||||
|
||||
#ifdef GEKKO
|
||||
if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
||||
|
Loading…
Reference in New Issue
Block a user