mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
Fix Tenshi no Uta black screen (#834)
This commit is contained in:
parent
92c85e3688
commit
cd94c6ad1d
@ -3700,7 +3700,8 @@ void CMemory::ApplyROMFixes (void)
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
|
||||
if (match_id("ARWJ") || match_id("ARWE") || // Super Mario RPG
|
||||
match_id("AFJJ") || match_id("AFJE")) { // Kirby's Dream Land 3
|
||||
match_id("AFJJ") || match_id("AFJE") || // Kirby's Dream Land 3
|
||||
match_na("\xC3\xDD\xBC\xC9\xB3\xC0")) { // Tenshi no Uta
|
||||
Settings.OneClockCycle = 8;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user