Added Chou Aniki APU timing hack.

This commit is contained in:
Brandon Wright 2017-11-17 16:08:58 -06:00
parent 7a2ca6dc2a
commit 099bd60db0
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Snes9x 1.55
- libretro: Merged some changes from downstream repository. (OV2)
- GTK+: Allow use of XDG config directory. (BearOso)
- GTK+: Add 10th save slot. (YamashitaRen)
- GTK+: Updated and Spanish translation. (jristz)
- GTK+: Updated Spanish translation. (jristz)
- Win32: Switched to Studio 2017. (OV2)
- Win32: Fixed problems when minimized in d3d. (OV2)
- Win32: Split Patch/Rom directory. (OV2)

View File

@ -3777,6 +3777,8 @@ void CMemory::ApplyROMFixes (void)
{
if (match_id("AVCJ")) // Rendering Ranger R2
Timings.APUSpeedup = 2;
if (match_id("AANJ")) // Chou Aniki
Timings.APUSpeedup = 1;
if (match_na("CIRCUIT USA"))
Timings.APUSpeedup = 2;