mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
[ARM] Reenable FMRX, it seems to work fine.
This commit is contained in:
parent
86826b28dc
commit
a3e289e802
@ -68,7 +68,6 @@ void JitArm::fmrx(UGeckoInstruction inst)
|
||||
{
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(FloatingPoint)
|
||||
Default(inst); return;
|
||||
|
||||
ARMReg vD = fpr.R0(inst.FD);
|
||||
ARMReg vB = fpr.R0(inst.FB);
|
||||
|
Loading…
x
Reference in New Issue
Block a user