mirror of https://github.com/snes9xgit/snes9x.git
Rendering Ranger R2 now seems to work without timing hack.
This commit is contained in:
parent
bd59b4e9ac
commit
89f34bb33a
|
@ -3766,8 +3766,8 @@ void CMemory::ApplyROMFixes (void)
|
|||
|
||||
if (!Settings.DisableGameSpecificHacks)
|
||||
{
|
||||
if (match_id("AVCJ")) // Rendering Ranger R2
|
||||
Timings.APUSpeedup = 2;
|
||||
//if (match_id("AVCJ")) // Rendering Ranger R2
|
||||
// Timings.APUSpeedup = 2;
|
||||
if (match_id("AANJ")) // Chou Aniki
|
||||
Timings.APUSpeedup = 1;
|
||||
if (match_na("CIRCUIT USA"))
|
||||
|
|
Loading…
Reference in New Issue