mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
While I'm here, stswx should wrap too.
This commit is contained in:
@ -742,7 +742,7 @@ void Interpreter::stswx(UGeckoInstruction _inst)
|
||||
if (i == 32)
|
||||
{
|
||||
i = 0;
|
||||
r++;
|
||||
r = (r + 1) & 0x1f; // wrap
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user