Fix Tenshi no Uta black screen (#834)

This commit is contained in:
bladeoner 2019-04-07 20:29:15 +02:00 committed by dborth
parent 92c85e3688
commit cd94c6ad1d

View File

@ -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 {