summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2015-05-11 00:11:40 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2015-05-11 00:11:40 -0500
commit2d47a159ab73b1ebaa5a47959560ba2f534ba73f (patch)
tree21d527045917a66f03d7fc08a5213e8772c1f721 /Source/Core
parent294629fa9ec5b146558318cf7628786cc72d0e5a (diff)
[AArch64] Disable psq_l.
Causes flickering in games ever since PR #2172. No idea why
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp
index e6ad445bc7..ef829c0c92 100644
--- a/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp
+++ b/Source/Core/Core/PowerPC/JitArm64/JitArm64_LoadStorePaired.cpp
@@ -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