We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a59179a + a9f0b81 commit 4d06d65Copy full SHA for 4d06d65
scriptmodules/libretrocores/lr-pcsx-rearmed.sh
@@ -35,7 +35,7 @@ function build_lr-pcsx-rearmed() {
35
params+=(ARCH=aarch64 DYNAREC=ari64)
36
fi
37
if isPlatform "neon"; then
38
- params+=(HAVE_NEON=1 BUILTIN_GPU=neon)
+ params+=(HAVE_NEON=1 HAVE_NEON_ASM=1 BUILTIN_GPU=neon)
39
else
40
params+=(HAVE_NEON=0 BUILTIN_GPU=peops)
41
0 commit comments