mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Fixed a bad typo. Why are there different inst.Rc and inst.RC variables? >_>
This commit is contained in:
@ -1006,7 +1006,7 @@ void Jit64::subfx(UGeckoInstruction inst)
|
|||||||
{
|
{
|
||||||
s32 i = (s32)gpr.R(b).offset, j = (s32)gpr.R(a).offset;
|
s32 i = (s32)gpr.R(b).offset, j = (s32)gpr.R(a).offset;
|
||||||
gpr.SetImmediate32(d, i - j);
|
gpr.SetImmediate32(d, i - j);
|
||||||
if (inst.RC)
|
if (inst.Rc)
|
||||||
{
|
{
|
||||||
ComputeRC(gpr.R(d));
|
ComputeRC(gpr.R(d));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user