mirror of
https://github.com/libretro/snes9x.git
synced 2025-01-19 07:12:16 +00:00
Revert "Lower SA1 relative speed slightly."
Super Mario RPG is negatively affected. This reverts commit 597275bb39266707526afcf6ccedd7c90622f650.
This commit is contained in:
parent
597275bb39
commit
c6db74c3bd
@ -312,7 +312,7 @@ void S9xSA1MainLoop (void)
|
||||
}
|
||||
}
|
||||
|
||||
for (int i = 0; i < 4 + ((SA1.Cycles >> 1) & 1) && !(Memory.FillRAM[0x2200] & 0x60); i++)
|
||||
for (int i = 0; i < 5 && !(Memory.FillRAM[0x2200] & 0x60); i++)
|
||||
{
|
||||
#ifdef DEBUGGER
|
||||
if (SA1.Flags & TRACE_FLAG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user