mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #2563 from Sonicadvance1/aarch64_disable_psql
[AArch64] Disable psq_l again.
This commit is contained in:
commit
444d112df5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue