mirror of https://github.com/snes9xgit/snes9x.git
Revert "Lower SA1 relative speed slightly."
Super Mario RPG is negatively affected.
This reverts commit 597275bb39
.
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…
Reference in New Issue