From 7f576ed94f293ec1d23f0cc8b9089c40ad87c725 Mon Sep 17 00:00:00 2001 From: Zlika Date: Tue, 24 Apr 2018 22:27:24 +0200 Subject: [PATCH] Add theodore to build bot --- dist/info/theodore_libretro.info | 12 ++++++++++++ recipes/android/cores-android-jni | 1 + recipes/apple/cores-ios-generic | 1 + recipes/apple/cores-ios9-generic | 1 + recipes/apple/cores-osx-x64-generic | 1 + recipes/blackberry/cores-qnx-generic | 1 + recipes/emscripten/emscripten | 1 + recipes/linux/cores-linux-armhf-generic | 1 + recipes/linux/cores-linux-x64-generic | 1 + recipes/linux/cores-linux-x86-generic | 1 + recipes/nintendo/3ds | 1 + recipes/nintendo/gamecube | 1 + recipes/nintendo/wii | 1 + recipes/nintendo/wiiu | 1 + recipes/playstation/ps3 | 1 + recipes/playstation/psp | 1 + recipes/playstation/vita | 1 + .../windows/cores-windows-msvc2003-x86_dw2-generic | 1 + .../windows/cores-windows-msvc2005-x86_dw2-generic | 1 + .../windows/cores-windows-msvc2010-x64_seh-generic | 1 + .../windows/cores-windows-msvc2010-x86_dw2-generic | 1 + .../cores-windows-msvc2017-desktop-x64_seh-generic | 1 + .../cores-windows-msvc2017-desktop-x86_dw2-generic | 1 + .../windows/cores-windows-msvc2017-uwp-arm-generic | 1 + .../cores-windows-msvc2017-uwp-x64_seh-generic | 1 + .../cores-windows-msvc2017-uwp-x86_dw2-generic | 1 + recipes/windows/cores-windows-x64_seh-generic | 1 + recipes/windows/cores-windows-x86_dw2-generic | 1 + recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic | 1 + 29 files changed, 40 insertions(+) create mode 100644 dist/info/theodore_libretro.info diff --git a/dist/info/theodore_libretro.info b/dist/info/theodore_libretro.info new file mode 100644 index 00000000..2aba027c --- /dev/null +++ b/dist/info/theodore_libretro.info @@ -0,0 +1,12 @@ +display_name = "Thomson - TO8D (Theodore)" +authors = "T. Lorblanches" +supported_extensions = "fd|k7|rom" +corename = "Theodore" +manufacturer = "Thomson" +categories = "Emulator" +systemname = "Thomson TO8D" +license = "GPLv3" +permissions = "" +display_version = "0.9" +supports_no_game = "true" + diff --git a/recipes/android/cores-android-jni b/recipes/android/cores-android-jni index dfbfaf52..0dd3fed8 100644 --- a/recipes/android/cores-android-jni +++ b/recipes/android/cores-android-jni @@ -82,6 +82,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC_JNI Makefile jni stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC_JNI Makefile jni tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC_JNI Makefile jni +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC_JNI Makefile jni tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC_JNI Makefile jni uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC_JNI Makefile jni vba_next libretro-vba-next https://github.com/libretro/vba-next.git master YES GENERIC_JNI Makefile libretro/jni diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 7071a3bb..92076987 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -76,6 +76,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index 14533e62..fd14c28e 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -76,6 +76,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index 2b3e1d4c..4c9edb59 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -88,6 +88,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE="Release" tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index 72de773b..467c4e1d 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -55,6 +55,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/emscripten/emscripten b/recipes/emscripten/emscripten index 8e504d27..d6f21711 100644 --- a/recipes/emscripten/emscripten +++ b/recipes/emscripten/emscripten @@ -49,6 +49,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index c892dbde..53cf745e 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -70,6 +70,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index c1bbb1cf..c97d54fe 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -96,6 +96,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index 744035cc..1a033383 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -83,6 +83,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/nintendo/3ds b/recipes/nintendo/3ds index 32a377b0..f7c947cb 100644 --- a/recipes/nintendo/3ds +++ b/recipes/nintendo/3ds @@ -33,6 +33,7 @@ snes9x2005 libretro-snes9x2005 https://github.com/libretro/snes9x2005.git master snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005.git master YES GENERIC Makefile . USE_BLARGG_APU=1 snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master NO GENERIC Makefile . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master NO GENERIC Makefile . gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC Makefile . diff --git a/recipes/nintendo/gamecube b/recipes/nintendo/gamecube index 998c0f7f..54a7e012 100644 --- a/recipes/nintendo/gamecube +++ b/recipes/nintendo/gamecube @@ -24,6 +24,7 @@ snes9x2005 libretro-snes9x2005 https://github.com/libretro/snes9x2005.git master snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005.git master YES GENERIC Makefile . USE_BLARGG_APU=1 snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/nintendo/wii b/recipes/nintendo/wii index 94371e69..fd28e9df 100644 --- a/recipes/nintendo/wii +++ b/recipes/nintendo/wii @@ -28,6 +28,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC Makefile . diff --git a/recipes/nintendo/wiiu b/recipes/nintendo/wiiu index cb4372f7..ba777717 100644 --- a/recipes/nintendo/wiiu +++ b/recipes/nintendo/wiiu @@ -44,6 +44,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master mame2003_midway libretro-mame2003_midway https://github.com/libretro/mame2003_midway.git master YES GENERIC Makefile . scummvm libretro-scummvm https://github.com/libretro/scummvm.git master YES GENERIC Makefile backends/platform/libretro/build 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile . gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC Makefile . diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index 66f10b3b..7d36710f 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -40,6 +40,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master NO GENERIC Makefile.libretro . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/playstation/psp b/recipes/playstation/psp index ea4f49fb..b96f1a53 100644 --- a/recipes/playstation/psp +++ b/recipes/playstation/psp @@ -15,6 +15,7 @@ picodrive libretro-picodrive https://github.com/libretro/picodrive.git master YE prboom libretro-prboom https://github.com/libretro/libretro-prboom.git master YES GENERIC Makefile . quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master YES GENERIC Makefile . tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git master YES GENERIC Makefile . +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . fuse libretro-fuse https://github.com/libretro/fuse-libretro.git master YES GENERIC Makefile . diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 9acf6049..03b7998b 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -42,6 +42,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic index 437787b5..4a38fb15 100644 --- a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic @@ -26,6 +26,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic index e265839c..0ccf0fce 100644 --- a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic @@ -25,6 +25,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2010-x64_seh-generic b/recipes/windows/cores-windows-msvc2010-x64_seh-generic index fa686579..9c51de63 100644 --- a/recipes/windows/cores-windows-msvc2010-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2010-x64_seh-generic @@ -30,6 +30,7 @@ quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git master snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC_ALT Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic index b7daad22..4baf71f0 100644 --- a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic @@ -31,6 +31,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro . diff --git a/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic b/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic index 3c9d0f82..79331a82 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic @@ -5,4 +5,5 @@ mednafen_psx libretro-beetle_psx https://github.com/libretro/beetle-psx-libretro mednafen_psx_hw libretro-beetle_psx_hw https://github.com/libretro/beetle-psx-libretro.git master YES GENERIC Makefile . HAVE_HW=1 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic index dabf1d10..351632dc 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic @@ -3,4 +3,5 @@ freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git master YES GENERIC Makefile . nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic index 3c9d0f82..79331a82 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic @@ -5,4 +5,5 @@ mednafen_psx libretro-beetle_psx https://github.com/libretro/beetle-psx-libretro mednafen_psx_hw libretro-beetle_psx_hw https://github.com/libretro/beetle-psx-libretro.git master YES GENERIC Makefile . HAVE_HW=1 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic index dabf1d10..351632dc 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic @@ -3,4 +3,5 @@ freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git master YES GENERIC Makefile . nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic index 3c9d0f82..79331a82 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic @@ -5,4 +5,5 @@ mednafen_psx libretro-beetle_psx https://github.com/libretro/beetle-psx-libretro mednafen_psx_hw libretro-beetle_psx_hw https://github.com/libretro/beetle-psx-libretro.git master YES GENERIC Makefile . HAVE_HW=1 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro +theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile . vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index 757ec25d..9c6b7399 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -94,6 +94,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-x86_dw2-generic b/recipes/windows/cores-windows-x86_dw2-generic index 2b9c1d8a..40831d22 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -91,6 +91,7 @@ snes9x2005_plus libretro-snes9x2005_plus https://github.com/libretro/snes9x2005. snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master YES GENERIC Makefile.libretro . stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE="Release" tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile . diff --git a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic index b1168732..74c888f5 100644 --- a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic +++ b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic @@ -26,6 +26,7 @@ snes9x2010 libretro-snes9x2010 https://github.com/libretro/snes9x2010.git master snes9x libretro-snes9x https://github.com/libretro/snes9x.git master YES GENERIC Makefile libretro stella libretro-stella https://github.com/libretro/stella-libretro.git master YES GENERIC Makefile . 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 . vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro . tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile . vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC_ALT Makefile.libretro .