From dd8b4edeb185f5bcbfda541f366f4b1386c572d6 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Thu, 6 Feb 2020 12:45:46 -0600 Subject: [PATCH 01/14] libnx: add atari800 core --- recipes/nintendo/libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nintendo/libnx b/recipes/nintendo/libnx index e084760e..849a579c 100644 --- a/recipes/nintendo/libnx +++ b/recipes/nintendo/libnx @@ -1,5 +1,6 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . +atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . bsnes_hd_beta libretro-bsnes_hd_beta https://github.com/DerKoun/bsnes-hd.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile . cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile . From d7f3df912c254b1ca0eef81506bbb8a8e9328c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Fri, 7 Feb 2020 13:50:22 +0700 Subject: [PATCH 02/14] Add blastem to cores-osx-x64-generic --- recipes/apple/cores-osx-x64-generic | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index bb381721..23bdc225 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -1,6 +1,7 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . +blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false platform=macos bsnes_hd_beta libretro-bsnes_hd_beta https://github.com/DerKoun/bsnes-hd.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false platform=macos From f75159d56ba7f5bc35907afccc8a6038bc15bf04 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sun, 9 Feb 2020 00:51:36 +0800 Subject: [PATCH 03/14] Update pcsx_rearmred recipes for lightrec --- recipes/apple/cores-ios-arm64-generic | 4 ++-- recipes/apple/cores-ios-generic | 4 ++-- recipes/apple/cores-ios9-generic | 4 ++-- recipes/apple/cores-osx-x64-generic | 2 +- recipes/apple/cores-tvos-arm64-generic | 4 ++-- recipes/blackberry/cores-qnx-generic | 2 +- recipes/linux/cores-linux-arm7neonhf | 2 +- recipes/linux/cores-linux-armhf-generic | 2 +- recipes/linux/cores-linux-x64-generic | 2 +- recipes/linux/cores-linux-x86-generic | 2 +- recipes/playstation/ps3 | 2 +- recipes/playstation/vita | 2 +- recipes/windows/cores-windows-x64_seh-generic | 2 +- recipes/windows/cores-windows-x86_dw2-generic | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/recipes/apple/cores-ios-arm64-generic b/recipes/apple/cores-ios-arm64-generic index 8a4adaae..ef6e4c80 100644 --- a/recipes/apple/cores-ios-arm64-generic +++ b/recipes/apple/cores-ios-arm64-generic @@ -69,8 +69,8 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . USE_DYNAREC=1 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 1c8ced72..341f2361 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -68,8 +68,8 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=1 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index 967cf4e3..ff21b397 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -68,8 +68,8 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=1 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index 23bdc225..a1d21dad 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -79,7 +79,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-tvos-arm64-generic b/recipes/apple/cores-tvos-arm64-generic index d71fbc4e..e0d3fb2d 100644 --- a/recipes/apple/cores-tvos-arm64-generic +++ b/recipes/apple/cores-tvos-arm64-generic @@ -68,8 +68,8 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . USE_DYNAREC=1 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index b943d931..e56652a3 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -43,7 +43,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . diff --git a/recipes/linux/cores-linux-arm7neonhf b/recipes/linux/cores-linux-arm7neonhf index c949f476..4ea624bc 100644 --- a/recipes/linux/cores-linux-arm7neonhf +++ b/recipes/linux/cores-linux-arm7neonhf @@ -75,7 +75,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=1 HAVE_NEON=1 BUILTIN_GPU=neon +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria HAVE_NEON=1 BUILTIN_GPU=neon picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DUSE_GLES=yes -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index a1ef8ce2..4c9d8017 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -72,7 +72,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DUSE_GLES=yes -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index de31bf59..b8c2b53f 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -90,7 +90,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 HAVE_THR_AL=1 -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release" --target play_libretro picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index df86cace..75a1d94c 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -83,7 +83,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index 3c4e40fa..fd45f283 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -37,7 +37,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master NO GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . USE_DYNAREC=1 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 4653ef1c..f4cd29d3 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -32,7 +32,7 @@ parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=1 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index 19106d8e..dc95b695 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -87,7 +87,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 HAVE_THR_AL=1 HAVE_PARALLEL_RSP=1 -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE sln build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release" -G"Visual Studio 15 2017 Win64" --target play_libretro picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-x86_dw2-generic b/recipes/windows/cores-windows-x86_dw2-generic index 1ef07324..d1230cdf 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -84,7 +84,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 HAVE_THR_AL=1 HAVE_PARALLEL_RSP=1 -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . USE_DYNAREC=0 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE sln build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DCMAKE_BUILD_TYPE="Release" -G"Visual Studio 15 2017" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . From bfa2b8e4f533dd3620659d8d0b90702b1300e29b Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Sun, 9 Feb 2020 01:14:37 +0800 Subject: [PATCH 04/14] Fix typo --- recipes/apple/cores-ios-arm64-generic | 2 +- recipes/apple/cores-ios-generic | 2 +- recipes/apple/cores-ios9-generic | 2 +- recipes/apple/cores-tvos-arm64-generic | 2 +- recipes/linux/cores-linux-arm7neonhf | 2 +- recipes/playstation/ps3 | 2 +- recipes/playstation/vita | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/apple/cores-ios-arm64-generic b/recipes/apple/cores-ios-arm64-generic index ef6e4c80..b62cf603 100644 --- a/recipes/apple/cores-ios-arm64-generic +++ b/recipes/apple/cores-ios-arm64-generic @@ -69,7 +69,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=ari64 pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 341f2361..830017d2 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -68,7 +68,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index ff21b397..ee2a9916 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -68,7 +68,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/apple/cores-tvos-arm64-generic b/recipes/apple/cores-tvos-arm64-generic index e0d3fb2d..536a6d4f 100644 --- a/recipes/apple/cores-tvos-arm64-generic +++ b/recipes/apple/cores-tvos-arm64-generic @@ -68,7 +68,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=ari64 pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-arm7neonhf b/recipes/linux/cores-linux-arm7neonhf index 4ea624bc..47dcf35e 100644 --- a/recipes/linux/cores-linux-arm7neonhf +++ b/recipes/linux/cores-linux-arm7neonhf @@ -75,7 +75,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria HAVE_NEON=1 BUILTIN_GPU=neon +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 HAVE_NEON=1 BUILTIN_GPU=neon picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DUSE_GLES=yes -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index fd45f283..089a75cc 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -37,7 +37,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master NO GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=ari64 picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . diff --git a/recipes/playstation/vita b/recipes/playstation/vita index f4cd29d3..27c634a2 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -32,7 +32,7 @@ parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=aria +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . From 9fe2ceaff49e9e124f2099b370dc5cfacc5dc6b9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 08:50:25 +0100 Subject: [PATCH 05/14] Update ps3 --- recipes/playstation/ps3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index 089a75cc..7b2a9386 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -37,7 +37,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master NO GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=ari64 +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . From c7442172e29b7ae5a98b677e6a1e09ccf373acce Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 08:51:32 +0100 Subject: [PATCH 06/14] Update cores-qnx-generic --- recipes/blackberry/cores-qnx-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index e56652a3..ec4b436b 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -43,7 +43,7 @@ nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES G np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC_ALT Makefile . From 898b2000dd207133ab1d95e4fba7f47f00889344 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 09:29:05 +0100 Subject: [PATCH 07/14] Update cores-ios-generic --- recipes/apple/cores-ios-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 830017d2..4fff39d1 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -69,7 +69,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . From abdb9f6cb5b7e1c0fa829ad5dacfd4daef500276 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 09:29:26 +0100 Subject: [PATCH 08/14] Update cores-ios9-generic --- recipes/apple/cores-ios9-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index ee2a9916..574d5cdd 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -69,7 +69,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=ari64 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . From ef77a7129da5c5047310eac523009959f70d375a Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 09:29:53 +0100 Subject: [PATCH 09/14] Update cores-tvos-arm64-generic --- recipes/apple/cores-tvos-arm64-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apple/cores-tvos-arm64-generic b/recipes/apple/cores-tvos-arm64-generic index 536a6d4f..fb4da46e 100644 --- a/recipes/apple/cores-tvos-arm64-generic +++ b/recipes/apple/cores-tvos-arm64-generic @@ -69,7 +69,7 @@ nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git mas o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_TOOLCHAIN_FILE=../deps/Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DCMAKE_BUILD_TYPE="Release" --target play_libretro pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master NO GENERIC Makefile.libretro . DYNAREC=ari64 -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec +pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . picodrive libretro-picodrive https://github.com/libretro/picodrive.git master NO GENERIC Makefile.libretro . pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile . pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC Makefile . From 456de8db007dd996e917aa4f700b37277ffcc969 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 16:58:42 +0100 Subject: [PATCH 10/14] Update cores-android --- recipes/android/cores-android | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/android/cores-android b/recipes/android/cores-android index 97a44801..52bd0a66 100644 --- a/recipes/android/cores-android +++ b/recipes/android/cores-android @@ -72,6 +72,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC_JNI Makefile jni o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC_JNI Makefile jni openlara libretro-openlara https://github.com/libretro/OpenLara.git master NO GENERIC_JNI Makefile src/platform/libretro/jni +parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_JNI Makefile jni play libretro-play https://github.com/jpd002/Play-.git master YES ANDROID_CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DANDROID_PLATFORM=19 -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC_JNI Makefile jni pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC_JNI Makefile jni From e8aa4c06d797ddccb75aba197ccd8a55010e0817 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 16:58:57 +0100 Subject: [PATCH 11/14] Update cores-android-r16b --- recipes/android/cores-android-r16b | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/android/cores-android-r16b b/recipes/android/cores-android-r16b index 2cc22cfb..2001ce4a 100644 --- a/recipes/android/cores-android-r16b +++ b/recipes/android/cores-android-r16b @@ -4,6 +4,5 @@ easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master gpsp libretro-gpsp https://github.com/libretro/gpsp.git master YES GENERIC_JNI Makefile jni pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC_JNI Makefile.libretro jni picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC_JNI Makefile.libretro jni -parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_JNI Makefile jni ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES ANDROID_CMAKE Makefile build -DLIBRETRO=ON snes9x2002 libretro-snes9x2002 https://github.com/libretro/snes9x2002.git master YES GENERIC_JNI Makefile jni From bf239fcdfb7db21429d664f220c13770f94b8193 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 17:01:58 +0100 Subject: [PATCH 12/14] Update cores-android-r16b --- recipes/android/cores-android-r16b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/android/cores-android-r16b b/recipes/android/cores-android-r16b index 2001ce4a..5b5371d1 100644 --- a/recipes/android/cores-android-r16b +++ b/recipes/android/cores-android-r16b @@ -2,7 +2,7 @@ bsnes_cplusplus98 libretro-bsnes_cplusplus98 https://github.com/libretro/bsnes-libretro-cplusplus98.git master YES GENERIC_JNI Makefile jni easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC_JNI Makefile.libretro builds/libretro/jni gpsp libretro-gpsp https://github.com/libretro/gpsp.git master YES GENERIC_JNI Makefile jni -pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC_JNI Makefile.libretro jni +parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_JNI Makefile jni picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC_JNI Makefile.libretro jni ppsspp libretro-ppsspp https://github.com/hrydgard/ppsspp.git master YES ANDROID_CMAKE Makefile build -DLIBRETRO=ON snes9x2002 libretro-snes9x2002 https://github.com/libretro/snes9x2002.git master YES GENERIC_JNI Makefile jni From ba737411723875c827d7890f942935cfd5341656 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 17:02:26 +0100 Subject: [PATCH 13/14] Update cores-android --- recipes/android/cores-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/android/cores-android b/recipes/android/cores-android index 52bd0a66..941fa24a 100644 --- a/recipes/android/cores-android +++ b/recipes/android/cores-android @@ -72,7 +72,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC_JNI Makefile jni o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC_JNI Makefile jni openlara libretro-openlara https://github.com/libretro/OpenLara.git master NO GENERIC_JNI Makefile src/platform/libretro/jni -parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_JNI Makefile jni +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC_JNI Makefile.libretro jni play libretro-play https://github.com/jpd002/Play-.git master YES ANDROID_CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DANDROID_PLATFORM=19 -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC_JNI Makefile jni pokemini libretro-pokemini https://github.com/libretro/PokeMini.git master YES GENERIC_JNI Makefile jni From a788d6f62ca515d743227ec77a45892cc2f81cbd Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 9 Feb 2020 17:37:09 +0100 Subject: [PATCH 14/14] Update cores-osx-x64-generic --- recipes/apple/cores-osx-x64-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index a1d21dad..9923bcb8 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -79,7 +79,7 @@ np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . o2em libretro-o2em https://github.com/libretro/libretro-o2em.git master YES GENERIC Makefile . openlara libretro-openlara https://github.com/libretro/OpenLara.git master YES GENERIC Makefile src/platform/libretro -pcsx_rearmed_interpreter libretro-pcsx_rearmed_interpreter https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec +pcsx_rearmed libretro-pcsx_rearmed https://github.com/libretro/pcsx_rearmed.git master YES GENERIC Makefile.libretro . DYNAREC=lightrec picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YES GENERIC Makefile.libretro . play libretro-play https://github.com/jpd002/Play-.git master YES CMAKE Makefile build -DBUILD_LIBRETRO_CORE=yes -DBUILD_PLAY=off -DBUILD_TESTS=no -DENABLE_AMAZON_S3=no -DCMAKE_BUILD_TYPE="Release" --target play_libretro pocketcdg libretro-pocketcdg https://github.com/libretro/libretro-pocketcdg.git master YES GENERIC Makefile .