mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Merge pull request #11140 from JosJuice/jit64-inaccurate-single-fprf
Jit64: Fix single FPRF when !jo.accurateSinglePrecision
This commit is contained in:
@ -80,7 +80,7 @@ void Jit64::FinalizeSingleResult(X64Reg output, const OpArg& input, bool packed,
|
|||||||
MOVAPD(output, input);
|
MOVAPD(output, input);
|
||||||
}
|
}
|
||||||
|
|
||||||
SetFPRFIfNeeded(input, true);
|
SetFPRFIfNeeded(input, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user