mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Interpreter: Update CR when FRSP's record bit is set
This commit is contained in:
parent
a98bddc352
commit
3acf165787
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,9 @@ void Interpreter::frspx(UGeckoInstruction inst) // round to single
|
||||||
FPSCR.FR = fabs(rounded) > fabs(b);
|
FPSCR.FR = fabs(rounded) > fabs(b);
|
||||||
UpdateFPRF(rounded);
|
UpdateFPRF(rounded);
|
||||||
rPS0(inst.FD) = rPS1(inst.FD) = rounded;
|
rPS0(inst.FD) = rPS1(inst.FD) = rounded;
|
||||||
|
|
||||||
|
if (inst.Rc)
|
||||||
|
Helper_UpdateCR1();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue