mirror of https://github.com/snes9xgit/snes9x.git
Added Chou Aniki APU timing hack.
This commit is contained in:
parent
7a2ca6dc2a
commit
099bd60db0
|
@ -13,7 +13,7 @@ Snes9x 1.55
|
||||||
- libretro: Merged some changes from downstream repository. (OV2)
|
- libretro: Merged some changes from downstream repository. (OV2)
|
||||||
- GTK+: Allow use of XDG config directory. (BearOso)
|
- GTK+: Allow use of XDG config directory. (BearOso)
|
||||||
- GTK+: Add 10th save slot. (YamashitaRen)
|
- GTK+: Add 10th save slot. (YamashitaRen)
|
||||||
- GTK+: Updated and Spanish translation. (jristz)
|
- GTK+: Updated Spanish translation. (jristz)
|
||||||
- Win32: Switched to Studio 2017. (OV2)
|
- Win32: Switched to Studio 2017. (OV2)
|
||||||
- Win32: Fixed problems when minimized in d3d. (OV2)
|
- Win32: Fixed problems when minimized in d3d. (OV2)
|
||||||
- Win32: Split Patch/Rom directory. (OV2)
|
- Win32: Split Patch/Rom directory. (OV2)
|
||||||
|
|
|
@ -3777,6 +3777,8 @@ void CMemory::ApplyROMFixes (void)
|
||||||
{
|
{
|
||||||
if (match_id("AVCJ")) // Rendering Ranger R2
|
if (match_id("AVCJ")) // Rendering Ranger R2
|
||||||
Timings.APUSpeedup = 2;
|
Timings.APUSpeedup = 2;
|
||||||
|
if (match_id("AANJ")) // Chou Aniki
|
||||||
|
Timings.APUSpeedup = 1;
|
||||||
if (match_na("CIRCUIT USA"))
|
if (match_na("CIRCUIT USA"))
|
||||||
Timings.APUSpeedup = 2;
|
Timings.APUSpeedup = 2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue