From 095304fb7df63011e145f34434e3ee5242b10cbb Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Tue, 24 Mar 2020 10:44:04 +0100 Subject: [PATCH] Add tic-80 for psp and vita --- libretro-buildbot-recipe.sh | 3 +++ recipes/playstation/psp | 1 + recipes/playstation/psp.conf | 1 + recipes/playstation/vita | 1 + recipes/playstation/vita.conf | 1 + 5 files changed, 7 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index d486af07..fe929fee 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -385,6 +385,9 @@ build_libretro_generic_makefile() { -DANDROID_ABI=${ABI_OVERRIDE} \ -DCMAKE_TOOLCHAIN_FILE=${NDK_ROOT}/build/cmake/android.toolchain.cmake" ;; 3ds|ctr ) EXTRAARGS="-DCMAKE_TOOLCHAIN_FILE=${WORK}/cmake/ctr.cmake" ;; + vita ) EXTRAARGS="-DCMAKE_TOOLCHAIN_FILE=${WORK}/cmake/vita.cmake" ;; + psp|psp1 ) EXTRAARGS="-DCMAKE_TOOLCHAIN_FILE=${WORK}/cmake/psp1.cmake" ;; + * ) EXTRAARGS="" ;; esac diff --git a/recipes/playstation/psp b/recipes/playstation/psp index 2520c456..1c51d05f 100644 --- a/recipes/playstation/psp +++ b/recipes/playstation/psp @@ -32,3 +32,4 @@ tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git master test libretro-samples https://github.com/libretro/libretro-samples.git master YES GENERIC Makefile tests/test theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile . +tic80 libretro-tic80 https://github.com/nesbox/TIC-80.git master YES CMAKE Makefile builddir -DBUILD_PLAYER=OFF -DBUILD_SOKOL=OFF -DBUILD_SDL=OFF -DBUILD_DEMO_CARTS=OFF -DBUILD_LIBRETRO=ON -DDISABLE_NETWORKING=ON -DLIBRETRO_STATIC=ON -DLIBRETRO_SUFFIX=_psp1 diff --git a/recipes/playstation/psp.conf b/recipes/playstation/psp.conf index 93b113a0..e4fc5d2d 100644 --- a/recipes/playstation/psp.conf +++ b/recipes/playstation/psp.conf @@ -9,3 +9,4 @@ MAKE /usr/bin/make RA YES CORE_JOB YES MAKE make +CMAKE cmake diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 8e7f1214..66b0a957 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -57,6 +57,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master NO GENERI test libretro-samples https://github.com/libretro/libretro-samples.git master YES GENERIC Makefile tests/test tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile . theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . +tic80 libretro-tic80 https://github.com/nesbox/TIC-80.git master YES CMAKE Makefile builddir -DBUILD_PLAYER=OFF -DBUILD_SOKOL=OFF -DBUILD_SDL=OFF -DBUILD_DEMO_CARTS=OFF -DBUILD_LIBRETRO=ON -DDISABLE_NETWORKING=ON -DLIBRETRO_STATIC=ON -DLIBRETRO_SUFFIX=_vita tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128 vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . diff --git a/recipes/playstation/vita.conf b/recipes/playstation/vita.conf index da5d5c59..c49c2ed7 100644 --- a/recipes/playstation/vita.conf +++ b/recipes/playstation/vita.conf @@ -6,3 +6,4 @@ RA YES JOBS 4 CORE_JOB YES MAKE make +CMAKE cmake