[AArch64] Disable psq_l again.
Still causing issues with games. Disable it again until I can spend enough time debugging it.
This commit is contained in:
parent
cf7178b4c2
commit
d29fd84249
|
@ -21,6 +21,7 @@ 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…
Reference in New Issue