mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
While I'm here, stswx should wrap too.
This commit is contained in:
parent
5b47635b3f
commit
ab3eedcc33
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ void Interpreter::stswx(UGeckoInstruction _inst)
|
||||||
if (i == 32)
|
if (i == 32)
|
||||||
{
|
{
|
||||||
i = 0;
|
i = 0;
|
||||||
r++;
|
r = (r + 1) & 0x1f; // wrap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue