add ppsspp cmake recipe

This commit is contained in:
radius 2017-09-25 18:44:42 -05:00
parent 0a26ceb2eb
commit f31e7a95b7
3 changed files with 3 additions and 1 deletions

View File

@ -74,3 +74,4 @@ xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master PROJE
yabause libretro-yabause https://github.com/libretro/yabause.git master PROJECT YES GENERIC_JNI Makefile libretro/jni
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master PROJECT YES GENERIC_JNI Makefile jni
puae libretro-puae https://github.com/libretro/libretro-uae.git master PROJECT YES GENERIC_JNI Makefile jni
ppsspp libretro-ppsspp-cmake-v7a https://github.com/webgeek1234/ppsspp.git master SUBMODULE YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=9 -DCMAKE_ANDROID_ARCH_ABI=armeabi-v7a -DCMAKE_ANDROID_NDK=${NDK_ROOT} -DCMAKE_ANDROID_NDK_TOOLCHAIN_VERSION=clang -DCMAKE_ANDROID_STL_TYPE=c++_static -DCMAKE_BUILD_TYPE=Release ..

View File

@ -10,3 +10,4 @@ NDK_TOOLCHAIN_VERSION 4.9
RA NO
LIBSUFFIX _android
CORE_JOB YES
CMAKE cmake

View File

@ -1,4 +1,4 @@
citra libretro-citra https://github.com/libretro/citra.git master SUBMODULE YES CMAKE Makefile build -G "MSYS Makefiles" -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DDISABLE_LIBPNG=1 -DCMAKE_BUILD_TYPE="Release" --target citra_libretro ..
ppsspp libretro-ppsspp-test https://github.com/webgeek1234/ppsspp.git master SUBMODULE YES CMAKE Makefile libretro -G "MSYS Makefiles" -DENABLE_LIBRETRO=1 -DCMAKE_BUILD_TYPE="Release" --target ppsspp_libretro ..
ppsspp libretro-ppsspp-test https://github.com/webgeek1234/ppsspp.git master SUBMODULE YES CMAKE Makefile build -G "MSYS Makefiles" -DENABLE_LIBRETRO=1 -DCMAKE_BUILD_TYPE="Release" --target ppsspp_libretro ..
px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master PROJECT YES GENERIC Makefile.libretro .