[AArch64] Disable psq_l.
Causes flickering in games ever since PR #2172. No idea why
This commit is contained in:
parent
294629fa9e
commit
2d47a159ab
|
@ -21,6 +21,7 @@ void JitArm64::psq_l(UGeckoInstruction inst)
|
||||||
INSTRUCTION_START
|
INSTRUCTION_START
|
||||||
JITDISABLE(bJITLoadStorePairedOff);
|
JITDISABLE(bJITLoadStorePairedOff);
|
||||||
FALLBACK_IF(jo.memcheck || !jo.fastmem);
|
FALLBACK_IF(jo.memcheck || !jo.fastmem);
|
||||||
|
FALLBACK_IF(true);
|
||||||
|
|
||||||
// X30 is LR
|
// X30 is LR
|
||||||
// X0 contains the scale
|
// X0 contains the scale
|
||||||
|
|
Loading…
Reference in New Issue