From 960b1b19e3e2b7c25d8c3c6e1262e8f7def50fca Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Mon, 5 Nov 2018 19:48:34 -0800 Subject: [PATCH 1/2] Add Mu to buildbot makefiles --- dist/info/mu_libretro.info | 15 +++++++++++++++ libretro-build.sh | 1 + 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-arm7neonhf | 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/libnx | 1 + recipes/nintendo/wii | 1 + recipes/nintendo/wiiu | 1 + recipes/playstation/ps3 | 1 + recipes/playstation/psp | 1 + recipes/playstation/vita | 1 + .../cores-windows-msvc2003-x86_dw2-generic | 1 + .../cores-windows-msvc2005-x86_dw2-generic | 1 + .../cores-windows-msvc2010-x64_seh-generic | 1 + .../cores-windows-msvc2010-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 + 27 files changed, 41 insertions(+) create mode 100644 dist/info/mu_libretro.info diff --git a/dist/info/mu_libretro.info b/dist/info/mu_libretro.info new file mode 100644 index 00000000..96b9f534 --- /dev/null +++ b/dist/info/mu_libretro.info @@ -0,0 +1,15 @@ +display_name = "Palm OS (Mu)" +authors = "guicrith / meepingsnesroms" +supported_extensions = "rom" +corename = "Mu" +manufacturer = "Palm" +categories = "Emulator" +systemname = "Palm OS" +license = "Non-commercial" +permissions = "" +display_version = "v0.9.5" +supports_no_game = "true" +firmware_count = 1 +firmware1_desc = "bootloader-en-m515.rom (MC68VZ328 UART Bootloader)" +firmware1_path = "bootloader-en-m515.rom" +firmware1_opt = "true" diff --git a/libretro-build.sh b/libretro-build.sh index ad175687..c5b6872f 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -198,6 +198,7 @@ build_default_cores() { libretro_build_core mednafen_supergrafx libretro_build_core mednafen_vb libretro_build_core mednafen_wswan + libretro_build_core mu libretro_build_core gw libretro_build_core prosystem diff --git a/recipes/android/cores-android-jni b/recipes/android/cores-android-jni index 480d07bf..3f61b7e5 100644 --- a/recipes/android/cores-android-jni +++ b/recipes/android/cores-android-jni @@ -56,6 +56,7 @@ melonds libretro-melonds https://github.com/libretro/melonDS.git master YES GENE mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC_JNI Makefile Libretro/jni meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC_JNI Makefile libretro/jni mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC_JNI Makefile jni +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC_JNI Makefile libretroBuildSystem/jni mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_JNI Makefile libretro/jni mupen64plus_gles3 libretro-mupen64plus-gles3 https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_JNI Makefile libretro/jni GLES3=1 APP_PLATFORM=android-18 nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC_JNI Makefile.libretro libretro/jni diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 4591c1d6..edfccc5e 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -52,6 +52,7 @@ mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-li melonds libretro-melonds https://github.com/libretro/melonDS.git master YES GENERIC Makefile . meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index 7b450133..40df0396 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -52,6 +52,7 @@ mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-li melonds libretro-melonds https://github.com/libretro/melonDS.git master YES GENERIC Makefile . meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index d6395c3d..2c20d4d8 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -63,6 +63,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index b6daf3e7..1f92e099 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -38,6 +38,7 @@ mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.gi mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 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 diff --git a/recipes/emscripten/emscripten b/recipes/emscripten/emscripten index a68dc048..30e23d15 100644 --- a/recipes/emscripten/emscripten +++ b/recipes/emscripten/emscripten @@ -36,6 +36,7 @@ mednafen_saturn libretro-beetle_saturn https://github.com/libretro/beetle-saturn mednafen_snes libretro-beetle_snes https://github.com/libretro/beetle-bsnes-libretro.git master YES GENERIC Makefile . mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master NO GENERIC Makefile.libretro sdl2 diff --git a/recipes/linux/cores-linux-arm7neonhf b/recipes/linux/cores-linux-arm7neonhf index 0f94cb71..689e09af 100644 --- a/recipes/linux/cores-linux-arm7neonhf +++ b/recipes/linux/cores-linux-arm7neonhf @@ -63,6 +63,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index 874722b7..214066a5 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -62,6 +62,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=arm nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index fc0c13e6..a2a05469 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -70,6 +70,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index 185c84ff..8a119cd8 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -66,6 +66,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/nintendo/3ds b/recipes/nintendo/3ds index f82e3eb0..85bc85f2 100644 --- a/recipes/nintendo/3ds +++ b/recipes/nintendo/3ds @@ -20,6 +20,7 @@ mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle- mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master NO GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem 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 . diff --git a/recipes/nintendo/gamecube b/recipes/nintendo/gamecube index 92be316c..9c4f668d 100644 --- a/recipes/nintendo/gamecube +++ b/recipes/nintendo/gamecube @@ -14,6 +14,7 @@ mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetl mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro 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 . diff --git a/recipes/nintendo/libnx b/recipes/nintendo/libnx index 09c8f7e0..a4aeb886 100644 --- a/recipes/nintendo/libnx +++ b/recipes/nintendo/libnx @@ -23,6 +23,7 @@ mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-li mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . diff --git a/recipes/nintendo/wii b/recipes/nintendo/wii index f3d5b418..05669c23 100644 --- a/recipes/nintendo/wii +++ b/recipes/nintendo/wii @@ -20,6 +20,7 @@ mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.gi mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro 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 . diff --git a/recipes/nintendo/wiiu b/recipes/nintendo/wiiu index 8444a01c..5b3fbbc2 100644 --- a/recipes/nintendo/wiiu +++ b/recipes/nintendo/wiiu @@ -33,6 +33,7 @@ mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-li mednafen_lynx libretro-beetle_lynx https://github.com/libretro/beetle-lynx-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master YES GENERIC Makefile.libretro sdl2 diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index b8235b80..f36b908f 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -30,6 +30,7 @@ mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.gi mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetle-supergrafx-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master NO GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro 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 . diff --git a/recipes/playstation/psp b/recipes/playstation/psp index 3acaf9bf..3ad4cc09 100644 --- a/recipes/playstation/psp +++ b/recipes/playstation/psp @@ -8,6 +8,7 @@ freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master NO G gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git master YES GENERIC Makefile . mednafen_pce_fast libretro-beetle_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem njemu_cps2 libretro-njemu https://github.com/aliaspider/NJEMU-libretro.git master YES GENERIC Makefile . 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 . diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 8166f73a..88260036 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -26,6 +26,7 @@ mednafen_pce_fast libretro-beetle_pce_fast https://github.com/libretro/beetle-pc mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . mgba libretro-mgba https://github.com/libretro/mgba.git master NO GENERIC Makefile.libretro . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES Makefile . WITH_DYNAREC=arm nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro np2kai libretro-np2kai https://github.com/libretro/NP2kai.git master NO GENERIC Makefile.libretro sdl2 diff --git a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic index 4a38fb15..be01ad27 100644 --- a/recipes/windows/cores-windows-msvc2003-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2003-x86_dw2-generic @@ -15,6 +15,7 @@ mednafen_ngp libretro-beetle_ngp https://github.com/libretro/beetle-ngp-libretro mednafen_pce_fast libretro-beetle_pce_fast https://github.com/libretro/beetle-pce-fast-libretro.git master YES GENERIC Makefile . mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro 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 . diff --git a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic index 0ccf0fce..2f9368ca 100644 --- a/recipes/windows/cores-windows-msvc2005-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2005-x86_dw2-generic @@ -12,6 +12,7 @@ mednafen_pce_fast libretro-beetle_pce_fast https://github.com/libretro/beetle-pc mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetle-supergrafx-libretro.git master YES GENERIC Makefile . mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2010-x64_seh-generic b/recipes/windows/cores-windows-msvc2010-x64_seh-generic index 9c51de63..d4360184 100644 --- a/recipes/windows/cores-windows-msvc2010-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2010-x64_seh-generic @@ -18,6 +18,7 @@ mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetl mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . melonds libretro-melonds https://github.com/libretro/melonDS.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic index 4baf71f0..0449fcc0 100644 --- a/recipes/windows/cores-windows-msvc2010-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2010-x86_dw2-generic @@ -18,6 +18,7 @@ mednafen_supergrafx libretro-beetle_supergrafx https://github.com/libretro/beetl mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . melonds libretro-melonds https://github.com/libretro/melonDS.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem parallel_n64 libretro-parallel_n64 https://github.com/libretro/parallel-n64.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index d0c48701..2b28f808 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -68,6 +68,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86_64 nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.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 aa029f70..08ae367b 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -66,6 +66,7 @@ mesen libretro-mesen https://github.com/SourMesen/Mesen.git master YES GENERIC M meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO GENERIC Makefile libretro mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC Makefile.libretro . mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem mupen64plus libretro-mupen64plus https://github.com/libretro/mupen64plus-libretro.git master YES GENERIC_GL Makefile . WITH_DYNAREC=x86 nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC Makefile.libretro libretro nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro diff --git a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic index 74c888f5..15c9e1ba 100644 --- a/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic +++ b/recipes/xbox/cores-xbox-msvc2003-x86_dw2-generic @@ -15,6 +15,7 @@ mednafen_ngp libretro-beetle_ngp https://github.com/libretro/beetle-ngp-libretro mednafen_pce_fast libretro-beetle_pce_fast https://github.com/libretro/beetle-pce-fast-libretro.git master YES GENERIC Makefile . mednafen_vb libretro-beetle_vb https://github.com/libretro/beetle-vb-libretro.git master YES GENERIC Makefile . mednafen_wswan libretro-beetle_wswan https://github.com/libretro/beetle-wswan-libretro.git master YES GENERIC Makefile . +mu libretro-mu https://github.com/meepingsnesroms/Mu.git master YES GENERIC Makefile libretroBuildSystem nestopia libretro-nestopia https://github.com/libretro/nestopia.git master YES GENERIC Makefile libretro 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 . From d80b84234ccd6eb449b9c2ed81c7a314ffcc1093 Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Mon, 5 Nov 2018 20:15:56 -0800 Subject: [PATCH 2/2] Fix supports_no_game being wrong --- dist/info/mu_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/mu_libretro.info b/dist/info/mu_libretro.info index 96b9f534..5c4a4c83 100644 --- a/dist/info/mu_libretro.info +++ b/dist/info/mu_libretro.info @@ -8,7 +8,7 @@ systemname = "Palm OS" license = "Non-commercial" permissions = "" display_version = "v0.9.5" -supports_no_game = "true" +supports_no_game = "false" firmware_count = 1 firmware1_desc = "bootloader-en-m515.rom (MC68VZ328 UART Bootloader)" firmware1_path = "bootloader-en-m515.rom"