mirror of
https://github.com/libretro/libretro-super
synced 2024-12-28 15:19:36 +00:00
Merge pull request #1310 from phcoder/cmake3
Add tic-80 for psp and vita
This commit is contained in:
commit
41455ea129
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -9,3 +9,4 @@ MAKE /usr/bin/make
|
||||
RA YES
|
||||
CORE_JOB YES
|
||||
MAKE make
|
||||
CMAKE cmake
|
||||
|
@ -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 .
|
||||
|
@ -6,3 +6,4 @@ RA YES
|
||||
JOBS 4
|
||||
CORE_JOB YES
|
||||
MAKE make
|
||||
CMAKE cmake
|
||||
|
Loading…
Reference in New Issue
Block a user