mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
Jit64: Fix single FPRF when !jo.accurateSinglePrecision
jo.accurateSinglePrecision is always true, so it's not like this matters much...
This commit is contained in:
parent
cf094eb415
commit
0b1fdee289
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user