Skip to content

Commit 4d06d65

Browse files
authored
Merge pull request #3570 from cmitu/pcsx-neon-asm
lr-pcsx-rearmed: fix build for NEON platforms
2 parents a59179a + a9f0b81 commit 4d06d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-pcsx-rearmed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function build_lr-pcsx-rearmed() {
3535
params+=(ARCH=aarch64 DYNAREC=ari64)
3636
fi
3737
if isPlatform "neon"; then
38-
params+=(HAVE_NEON=1 BUILTIN_GPU=neon)
38+
params+=(HAVE_NEON=1 HAVE_NEON_ASM=1 BUILTIN_GPU=neon)
3939
else
4040
params+=(HAVE_NEON=0 BUILTIN_GPU=peops)
4141
fi

0 commit comments

Comments
 (0)