From 2ecd39111b1f38e21ad7f47832b751c234cf811f Mon Sep 17 00:00:00 2001 From: dankcushions Date: Mon, 17 Feb 2020 19:44:20 +0000 Subject: [PATCH] Original dynarec explicitly specified for arm to avoid using the WIP lightrec dynarec --- scriptmodules/libretrocores/lr-pcsx-rearmed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptmodules/libretrocores/lr-pcsx-rearmed.sh b/scriptmodules/libretrocores/lr-pcsx-rearmed.sh index 3adb3e83b2..8f7ce5700f 100644 --- a/scriptmodules/libretrocores/lr-pcsx-rearmed.sh +++ b/scriptmodules/libretrocores/lr-pcsx-rearmed.sh @@ -29,7 +29,7 @@ function build_lr-pcsx-rearmed() { local params=() if isPlatform "arm"; then - params+=(ARCH=arm USE_DYNAREC=1) + params+=(ARCH=arm DYNAREC=ari64) if isPlatform "neon"; then params+=(HAVE_NEON=1 BUILTIN_GPU=neon) else