From 99032ae5a011d91b86f172614271313b3dd1462e Mon Sep 17 00:00:00 2001 From: barbudreadmon Date: Tue, 21 May 2019 09:35:03 +0200 Subject: [PATCH] (FBNeo) Update everything --- build-config.sh | 2 +- ...lpha_libretro.info => fbneo_libretro.info} | 26 +++++++++---------- libretro-build.sh | 2 +- recipes/android/cores-android-jni-new | 2 +- recipes/apple/cores-ios-generic | 2 +- recipes/apple/cores-ios9-generic | 2 +- recipes/apple/cores-osx-x64-generic | 2 +- 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/nintendo/libnx | 2 +- recipes/nintendo/wiiu | 2 +- recipes/playstation/ps3 | 2 +- recipes/playstation/vita | 2 +- ...s-windows-msvc2017-desktop-x64_seh-generic | 2 +- ...s-windows-msvc2017-desktop-x86_dw2-generic | 2 +- .../cores-windows-msvc2017-uwp-arm-generic | 2 +- ...cores-windows-msvc2017-uwp-x64_seh-generic | 2 +- ...cores-windows-msvc2017-uwp-x86_dw2-generic | 2 +- recipes/windows/cores-windows-x64_seh-generic | 2 +- recipes/windows/cores-windows-x86_dw2-generic | 2 +- rules.d/core-rules.sh | 10 +++---- 24 files changed, 40 insertions(+), 40 deletions(-) rename dist/info/{fbalpha_libretro.info => fbneo_libretro.info} (72%) diff --git a/build-config.sh b/build-config.sh index 84f5d58f..1cf3d484 100644 --- a/build-config.sh +++ b/build-config.sh @@ -38,7 +38,7 @@ include_core_blastem include_core_gearsystem # --- Arcade emulator cores --- -include_core_fbalpha +include_core_fbneo include_core_fbalpha2012 include_core_fbalpha2012_cps1 include_core_fbalpha2012_cps2 diff --git a/dist/info/fbalpha_libretro.info b/dist/info/fbneo_libretro.info similarity index 72% rename from dist/info/fbalpha_libretro.info rename to dist/info/fbneo_libretro.info index 79109852..42d1df39 100644 --- a/dist/info/fbalpha_libretro.info +++ b/dist/info/fbneo_libretro.info @@ -1,12 +1,12 @@ -display_name = "Arcade (FB Alpha)" -authors = "Team FB Alpha" +display_name = "Arcade (FinalBurn Neo)" +authors = "Team FBNeo" supported_extensions = "zip|7z" -corename = "FB Alpha (FB Edition)" +corename = "FinalBurn Neo" manufacturer = "Various" categories = "Emulator" systemname = "Arcade (various)" systemid = "fb_alpha" -database = "FB Alpha - Arcade Games" +database = "FBNeo - Arcade Games" database_match_archive_member = "true" license = "Non-commercial" permissions = "" @@ -14,30 +14,30 @@ display_version = "v0.2.97.44" supports_no_game = "false" firmware_count = 9 firmware0_desc = "neogeo.zip (Neo Geo BIOS)" -firmware0_path = "fba/neogeo.zip" +firmware0_path = "fbneo/neogeo.zip" firmware0_opt = "true" firmware1_desc = "neocdz.zip (Neo Geo CDZ System BIOS)" -firmware1_path = "fba/neocdz.zip" +firmware1_path = "fbneo/neocdz.zip" firmware1_opt = "true" firmware2_desc = "decocass.zip (DECO Cassette System BIOS)" -firmware2_path = "fba/decocass.zip" +firmware2_path = "fbneo/decocass.zip" firmware2_opt = "true" firmware3_desc = "isgsm.zip (ISG Selection Master Type 2006 System BIOS)" -firmware3_path = "fba/isgsm.zip" +firmware3_path = "fbneo/isgsm.zip" firmware3_opt = "true" firmware4_desc = "midssio.zip (Midway SSIO Sound Board Internal ROM)" -firmware4_path = "fba/midssio.zip" +firmware4_path = "fbneo/midssio.zip" firmware4_opt = "true" firmware5_desc = "nmk004.zip (NMK004 Internal ROM)" -firmware5_path = "fba/nmk004.zip" +firmware5_path = "fbneo/nmk004.zip" firmware5_opt = "true" firmware6_desc = "pgm.zip (PGM System BIOS)" -firmware6_path = "fba/pgm.zip" +firmware6_path = "fbneo/pgm.zip" firmware6_opt = "true" firmware7_desc = "skns.zip (Super Kaneko Nova System BIOS)" -firmware7_path = "fba/skns.zip" +firmware7_path = "fbneo/skns.zip" firmware7_opt = "true" firmware8_desc = "ym2608.zip (YM2608 Internal ROM)" -firmware8_path = "fba/ym2608.zip" +firmware8_path = "fbneo/ym2608.zip" firmware8_opt = "true" notes = "(!) The BIOS files can also be inside the ROM directory or the root of SYSTEM directory.|(!) Homepage : https://neo-source.com/" diff --git a/libretro-build.sh b/libretro-build.sh index 717af8ef..3c8d9fb5 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -161,7 +161,7 @@ build_default_cores() { libretro_build_core snes9x2005 if [ $platform != "psp1" ]; then # Excluded for binary size reasons - libretro_build_core fbalpha + libretro_build_core fbneo fi libretro_build_core fceumm libretro_build_core fmsx diff --git a/recipes/android/cores-android-jni-new b/recipes/android/cores-android-jni-new index 43febb1e..741cbb9b 100644 --- a/recipes/android/cores-android-jni-new +++ b/recipes/android/cores-android-jni-new @@ -1,4 +1,4 @@ dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC_JNI Makefile.libretro libretro/jni dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC_JNI Makefile.libretro libretro/jni -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC_JNI Makefile src/burner/libretro/jni +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC_JNI Makefile src/burner/libretro/jni yabasanshiro libretro-yabasanshiro https://github.com/libretro/yabause.git yabasanshiro YES GENERIC_JNI Makefile yabause/src/libretro/jni diff --git a/recipes/apple/cores-ios-generic b/recipes/apple/cores-ios-generic index 99d872c8..abfdc4dd 100644 --- a/recipes/apple/cores-ios-generic +++ b/recipes/apple/cores-ios-generic @@ -16,7 +16,7 @@ desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git mas dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile . dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/apple/cores-ios9-generic b/recipes/apple/cores-ios9-generic index 94cf5c11..49229792 100644 --- a/recipes/apple/cores-ios9-generic +++ b/recipes/apple/cores-ios9-generic @@ -15,7 +15,7 @@ desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git mas dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile . dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/apple/cores-osx-x64-generic b/recipes/apple/cores-osx-x64-generic index f3b48348..149621e0 100644 --- a/recipes/apple/cores-osx-x64-generic +++ b/recipes/apple/cores-osx-x64-generic @@ -20,7 +20,7 @@ dolphin libretro-dolphin https://github.com/libretro/dolphin.git master YES CMAK dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=x86_64 easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/blackberry/cores-qnx-generic b/recipes/blackberry/cores-qnx-generic index a12e66dd..b1ca7e35 100644 --- a/recipes/blackberry/cores-qnx-generic +++ b/recipes/blackberry/cores-qnx-generic @@ -7,7 +7,7 @@ crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile . dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . emux libretro-emux https://github.com/libretro/emux master YES LEIRADEL Makefile libretro | emux_chip8:MACHINE=chip8 emux_gb:MACHINE=gb emux_nes:MACHINE=nes emux_sms:MACHINE=sms -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/linux/cores-linux-arm7neonhf b/recipes/linux/cores-linux-arm7neonhf index 3548700f..36a69923 100644 --- a/recipes/linux/cores-linux-arm7neonhf +++ b/recipes/linux/cores-linux-arm7neonhf @@ -20,7 +20,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=arm easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index 17157a3c..bfc85f9e 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -19,7 +19,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=arm easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index 274c4540..7eebe0ce 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -25,7 +25,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64 dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro WITH_DYNAREC=x86_64 easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1 +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1 fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index 17009560..28377b7d 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -20,7 +20,7 @@ dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YE dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro target=x86 easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/nintendo/libnx b/recipes/nintendo/libnx index 31cf4342..df67fab4 100644 --- a/recipes/nintendo/libnx +++ b/recipes/nintendo/libnx @@ -54,7 +54,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER 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 . -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master NO GENERIC Makefile . fuse libretro-fuse https://github.com/libretro/fuse-libretro.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/wiiu b/recipes/nintendo/wiiu index 881e4631..a14ccea0 100644 --- a/recipes/nintendo/wiiu +++ b/recipes/nintendo/wiiu @@ -5,7 +5,7 @@ atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git mas bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile . stella2014 libretro-stella2014 https://github.com/libretro/stella2014-libretro.git master YES GENERIC Makefile . stella libretro-stella https://github.com/stella-emu/stella.git master NO GENERIC Makefile src/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/recipes/playstation/ps3 b/recipes/playstation/ps3 index 26b25980..0d4c1d17 100644 --- a/recipes/playstation/ps3 +++ b/recipes/playstation/ps3 @@ -6,7 +6,7 @@ cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES G desmume2015 libretro-desmume2015 https://github.com/libretro/desmume2015.git master NO GENERIC Makefile.libretro desmume dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro NO GENERIC Makefile.libretro libretro -fbalpha libretro-fbalpha https://github.com/libretro/fbalpha.git master YES GENERIC makefile.libretro . +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master NO GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master NO GENERIC makefile.libretro . diff --git a/recipes/playstation/vita b/recipes/playstation/vita index 2466d4e0..d031b419 100644 --- a/recipes/playstation/vita +++ b/recipes/playstation/vita @@ -5,7 +5,7 @@ desmume libretro-desmume https://github.com/libretro/desmume.git master NO GENER dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YES GENERIC Makefile.libretro . dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn vita NO GENERIC Makefile.libretro libretro WITH_DYNAREC=arm easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC 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 56e84491..f77fef99 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x64_seh-generic @@ -2,7 +2,7 @@ 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic index 98f710c0..9a02c7b5 100644 --- a/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-desktop-x86_dw2-generic @@ -2,7 +2,7 @@ 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic index e43d2438..cfda9559 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-arm-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-arm-generic @@ -2,7 +2,7 @@ 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic index c263e13b..12b6d5d3 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x64_seh-generic @@ -2,7 +2,7 @@ 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic index e43d2438..cfda9559 100644 --- a/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic +++ b/recipes/windows/cores-windows-msvc2017-uwp-x86_dw2-generic @@ -2,7 +2,7 @@ 4do libretro-4do https://github.com/libretro/4do-libretro.git master YES GENERIC Makefile . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . desmume libretro-desmume https://github.com/libretro/desmume.git master YES GENERIC Makefile.libretro desmume/src/frontend/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fceumm libretro-fceumm https://github.com/libretro/libretro-fceumm.git master YES GENERIC Makefile.libretro . fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git master YES GENERIC Makefile . freeintv libretro-freeintv https://github.com/markwkidd/FreeIntv.git master YES GENERIC Makefile . diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index f1c3cf52..1a5ed797 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -23,7 +23,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1 +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro USE_X64_DRC=1 fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.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 11837491..109b9417 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -22,7 +22,7 @@ dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master YE dosbox_svn libretro-dosbox_svn https://github.com/fr500/dosbox-svn libretro YES GENERIC Makefile.libretro libretro dosbox_svn_glide libretro-dosbox_svn_glide https://github.com/fr500/dosbox-svn glide YES GENERIC Makefile.libretro libretro easyrpg libretro-easyrpg https://github.com/libretro/easyrpg-libretro.git master YES GENERIC Makefile.libretro builds/libretro -fbalpha libretro-fbalpha https://github.com/libretro/FBAlphaFB.git master YES GENERIC Makefile src/burner/libretro +fbneo libretro-fbneo https://github.com/libretro/FBNeo.git master YES GENERIC Makefile src/burner/libretro fbalpha2012 libretro-fbalpha2012 https://github.com/libretro/fbalpha2012.git master YES GENERIC makefile.libretro svn-current/trunk fbalpha2012_cps1 libretro-fbalpha2012_cps1 https://github.com/libretro/fbalpha2012_cps1.git master YES GENERIC makefile.libretro . fbalpha2012_cps2 libretro-fbalpha2012_cps2 https://github.com/libretro/fbalpha2012_cps2.git master YES GENERIC makefile.libretro . diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 13ce4995..9336f1c2 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -221,12 +221,12 @@ libretro_video_processor_name="Video processor" libretro_video_processor_git_url="https://github.com/libretro/libretro-video-processor.git" libretro_video_processor_build_makefile="Makefile" -include_core_fbalpha() { - register_module core "fbalpha" -psp1 +include_core_fbneo() { + register_module core "fbneo" -psp1 } -libretro_fbalpha_name="FB Alpha (FB Edition)" -libretro_fbalpha_git_url="https://github.com/libretro/FBAlphaFB.git" -libretro_fbalpha_build_subdir="src/burner/libretro" +libretro_fbneo_name="FinalBurn Neo" +libretro_fbneo_git_url="https://github.com/libretro/FBNeo.git" +libretro_fbneo_build_subdir="src/burner/libretro" include_core_fbalpha2012() { register_module core "fbalpha2012" -psp1