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