mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-17 17:02:47 -06:00

This reverts commit 66b992cfe4
.
A new (additional) correctness issue was revealed in the old
AArch64 code when applying it on top of modern JitArm64:
LSR was being used when LSRV was intended. This commit uses LSRV.