mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
Fixed black screen: Chou Aniki
This commit is contained in:
parent
c5eed33de0
commit
beb3b72ed4
@ -3542,6 +3542,8 @@ void CMemory::ApplyROMFixes (void)
|
||||
{
|
||||
if (match_id("AVCJ")) // Rendering Ranger R2
|
||||
Timings.APUSpeedup = 4;
|
||||
if (match_id("AANJ")) // Chou Aniki
|
||||
Timings.APUSpeedup = 1;
|
||||
|
||||
if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
||||
match_id("JG ") || // Illusion of Gaia
|
||||
|
Loading…
Reference in New Issue
Block a user