mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
JIT: fix incredibly silly mistake in fmul rounding patch
This commit is contained in:
@ -130,6 +130,7 @@ void Jit64::fmaddXX(UGeckoInstruction inst)
|
||||
|
||||
fpr.Lock(a, b, c, d);
|
||||
MOVSD(XMM0, fpr.R(c));
|
||||
if (single_precision)
|
||||
Force25BitPrecision(XMM0, XMM1);
|
||||
switch (inst.SUBOP5)
|
||||
{
|
||||
|
Reference in New Issue
Block a user