[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…
Reference in New Issue