Skip to content

Commit f642310

Browse files
authored
Merge pull request #3579 from notaz/pcsx-rearmed-detect-gpu-plugin
lr-pcsx-rearmed: trust the project's makefile to detect defaults
2 parents 70d019e + 6fd88a4 commit f642310

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scriptmodules/libretrocores/lr-pcsx-rearmed.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ function build_lr-pcsx-rearmed() {
3636
fi
3737
if isPlatform "neon"; then
3838
params+=(HAVE_NEON=1 HAVE_NEON_ASM=1 BUILTIN_GPU=neon)
39-
else
40-
params+=(HAVE_NEON=0 BUILTIN_GPU=peops)
4139
fi
4240

4341
make -f Makefile.libretro "${params[@]}" clean

0 commit comments

Comments
 (0)