mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 03:29:22 +01:00
Merge pull request #775 from bladeoner/kirby
don't apply SA1 hack for Kirby Super Star
This commit is contained in:
commit
f41bd20108
@ -3879,7 +3879,8 @@ void CMemory::ApplyROMFixes (void)
|
||||
match_na ("DOOM TROOPERS")) // Doom Troopers
|
||||
Timings.APUAllowTimeOverflow = TRUE;
|
||||
|
||||
if (match_id("AFJJ") || match_id("AFJE")) { // Kirby's Dream Land 3
|
||||
if (match_id("AFJJ") || match_id("AFJE") || // Hoshi no Kirby 3, Kirby's Dream Land 3
|
||||
match_id("AKFE")) { // Kirby Super Star
|
||||
Timings.SA1Cycles = 5;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user