minor timing tweaks

This commit is contained in:
Jaklyy
2024-07-04 11:15:37 -04:00
parent a549977eb0
commit bd1665c1d3
2 changed files with 5 additions and 4 deletions

View File

@ -647,7 +647,7 @@ void ARMv5::Execute()
R[15] += 2;
CurInstr = NextInstr[0];
NextInstr[0] = NextInstr[1];
if (R[15] & 0x2) { NextInstr[1] >>= 16; CodeCycles = 0; }
if (R[15] & 0x2) { NextInstr[1] >>= 16; CodeCycles = 1; }
else NextInstr[1] = CodeRead32(R[15], false);
// actually execute