mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
[AArch64] Reenable psq_l.
The bug was due to issues in the FPR cache.
This commit is contained in:
parent
282282aafc
commit
96058c5de1
@ -21,7 +21,6 @@ void JitArm64::psq_l(UGeckoInstruction inst)
|
||||
INSTRUCTION_START
|
||||
JITDISABLE(bJITLoadStorePairedOff);
|
||||
FALLBACK_IF(jo.memcheck || !jo.fastmem);
|
||||
FALLBACK_IF(true);
|
||||
|
||||
// X30 is LR
|
||||
// X0 contains the scale
|
||||
|
Loading…
x
Reference in New Issue
Block a user