mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-02-17 11:56:25 +01:00
don't apply SA1 hack for Kirby Super Star
This commit is contained in:
parent
8b30730144
commit
71838e083c
@ -3879,7 +3879,8 @@ void CMemory::ApplyROMFixes (void)
|
|||||||
match_na ("DOOM TROOPERS")) // Doom Troopers
|
match_na ("DOOM TROOPERS")) // Doom Troopers
|
||||||
Timings.APUAllowTimeOverflow = TRUE;
|
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;
|
Timings.SA1Cycles = 5;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user