mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libretro-ppsspp: use target_has_feature neon to enable neon+GLES2
This commit is contained in:
parent
987f53ca59
commit
267a536c16
@ -15,16 +15,12 @@ PKG_LIBNAME="ppsspp_libretro.so"
|
||||
PKG_LIBPATH="lib/$PKG_LIBNAME"
|
||||
PKG_LIBVAR="PPSSPP_LIB"
|
||||
|
||||
if [ "$PROJECT" = "Amlogic" ] || [ "$PROJECT" = "RPi" ]; then
|
||||
case $DEVICE in
|
||||
KVIM|RPi2|S905|Odroid_C2)
|
||||
PKG_ARCH_ARM="-DARMV7=ON \
|
||||
if target_has_feature neon; then
|
||||
PKG_ARCH_ARM="-DARMV7=ON \
|
||||
-DUSING_FBDEV=ON \
|
||||
-DUSING_EGL=ON \
|
||||
-DUSING_GLES2=ON \
|
||||
-DUSING_X11_VULKAN=OFF"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DLIBRETRO=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user