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 70d019e + 6fd88a4 commit f642310Copy full SHA for f642310
scriptmodules/libretrocores/lr-pcsx-rearmed.sh
@@ -36,8 +36,6 @@ function build_lr-pcsx-rearmed() {
36
fi
37
if isPlatform "neon"; then
38
params+=(HAVE_NEON=1 HAVE_NEON_ASM=1 BUILTIN_GPU=neon)
39
- else
40
- params+=(HAVE_NEON=0 BUILTIN_GPU=peops)
41
42
43
make -f Makefile.libretro "${params[@]}" clean
0 commit comments