mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
Merge pull request #754 from bladeoner/test
Fixed black screen: Chou Aniki
This commit is contained in:
commit
04e5e064a5
@ -3542,6 +3542,8 @@ void CMemory::ApplyROMFixes (void)
|
|||||||
{
|
{
|
||||||
if (match_id("AVCJ")) // Rendering Ranger R2
|
if (match_id("AVCJ")) // Rendering Ranger R2
|
||||||
Timings.APUSpeedup = 4;
|
Timings.APUSpeedup = 4;
|
||||||
|
if (match_id("AANJ")) // Chou Aniki
|
||||||
|
Timings.APUSpeedup = 1;
|
||||||
|
|
||||||
if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
if (match_na("GAIA GENSOUKI 1 JPN") || // Gaia Gensouki
|
||||||
match_id("JG ") || // Illusion of Gaia
|
match_id("JG ") || // Illusion of Gaia
|
||||||
|
Loading…
Reference in New Issue
Block a user