From 190a3fe16ab35b060651171570c750fe3be59363 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 28 Oct 2017 17:59:44 -0400 Subject: [PATCH] Rename ChaiGame to ChaiLove --- build-config.sh | 2 +- dist/info/chaigame_libretro.info | 12 ++++++------ recipes/linux/cores-linux-armhf-generic | 2 +- recipes/linux/cores-linux-x64-generic | 2 +- recipes/linux/cores-linux-x86-generic | 2 +- recipes/windows/cores-windows-x64_seh-generic | 2 +- recipes/windows/cores-windows-x86_dw2-generic | 2 +- rules.d/core-rules.sh | 12 ++++++------ 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build-config.sh b/build-config.sh index 89bab447..45adfb84 100644 --- a/build-config.sh +++ b/build-config.sh @@ -194,7 +194,7 @@ include_core_3dengine include_core_2048 include_core_stonesoup include_core_scummvm -include_core_chaigame +include_core_chailove include_core_atari800 # --- Miscellaneous cores --- diff --git a/dist/info/chaigame_libretro.info b/dist/info/chaigame_libretro.info index df2107d0..89ebde57 100644 --- a/dist/info/chaigame_libretro.info +++ b/dist/info/chaigame_libretro.info @@ -1,11 +1,11 @@ -display_name = "ChaiGame" +display_name = "ChaiLove" authors = "Rob Loach" -supported_extensions = "chai|chaigame" -corename = "ChaiGame" +supported_extensions = "chai|chailove|chaigame" +corename = "ChaiLove" categories = "Game engine" -systemname = "ChaiGame" -database = "ChaiGame" +systemname = "ChaiLove" +database = "ChaiLove" license = "MIT" permissions = "" -display_version = "0.1.0" +display_version = "0.5.0" supports_no_game = "false" diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index 83b6affe..04657f38 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -12,7 +12,7 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . balanced bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . performance cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master PROJECT YES GENERIC Makefile . -chaigame libretro-chaigame https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . +chailove libretro-chailove https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . desmume libretro-desmume https://github.com/libretro/desmume.git master PROJECT YES GENERIC Makefile.libretro desmume platform=armv7-neon-hardfloat dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master PROJECT YES GENERIC Makefile . dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index 36d23fd1..ad2c551a 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -12,7 +12,7 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . balanced bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . performance cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master PROJECT YES GENERIC Makefile . -chaigame libretro-chaigame https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . +chailove libretro-chailove https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . citra libretro-citra https://github.com/libretro/citra.git master SUBMODULE YES CMAKE Makefile build -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DDISABLE_LIBPNG=1 -DCMAKE_BUILD_TYPE="Release" -DENABLE_WEB_SERVICE=0 -DUSE_SYSTEM_CURL=1 --target citra_libretro .. craft libretro-craft https://github.com/libretro/craft master PROJECT YES GENERIC Makefile.libretro . crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master SUBMODULE YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index dfe8b3dc..726f2885 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -14,7 +14,7 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g craft libretro-craft https://github.com/libretro/craft master PROJECT YES GENERIC Makefile.libretro . crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master SUBMODULE YES GENERIC Makefile . cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master PROJECT YES GENERIC Makefile . -chaigame libretro-chaigame https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . +chailove libretro-chailove https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . desmume libretro-desmume https://github.com/libretro/desmume.git master PROJECT YES GENERIC Makefile.libretro desmume dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master PROJECT YES GENERIC Makefile . dosbox libretro-dosbox https://github.com/libretro/dosbox-libretro.git master PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/windows/cores-windows-x64_seh-generic b/recipes/windows/cores-windows-x64_seh-generic index d843eeb5..358efa19 100644 --- a/recipes/windows/cores-windows-x64_seh-generic +++ b/recipes/windows/cores-windows-x64_seh-generic @@ -12,7 +12,7 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . balanced bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . performance cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master PROJECT YES GENERIC Makefile . -chaigame libretro-chaigame https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . +chailove libretro-chailove https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . craft libretro-craft https://github.com/libretro/craft master PROJECT YES GENERIC Makefile.libretro . crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master SUBMODULE YES GENERIC Makefile . desmume libretro-desmume https://github.com/libretro/desmume.git master PROJECT YES GENERIC Makefile.libretro desmume diff --git a/recipes/windows/cores-windows-x86_dw2-generic b/recipes/windows/cores-windows-x86_dw2-generic index 4fbda2c9..c2744170 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic +++ b/recipes/windows/cores-windows-x86_dw2-generic @@ -12,7 +12,7 @@ bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.g bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . balanced bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master PROJECT YES BSNES Makefile . performance cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master PROJECT YES GENERIC Makefile . -chaigame libretro-chaigame https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . +chailove libretro-chailove https://github.com/RobLoach/ChaiGame.git master PROJECT YES GENERIC Makefile . craft libretro-craft https://github.com/libretro/craft master PROJECT YES GENERIC Makefile.libretro . crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master SUBMODULE YES GENERIC Makefile . desmume libretro-desmume https://github.com/libretro/desmume.git master PROJECT YES GENERIC Makefile.libretro desmume diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 4ad58162..8a92bf4b 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -785,13 +785,13 @@ libretro_gw_git_url="https://github.com/libretro/gw-libretro.git" libretro_gw_git_submodules="yes" libretro_gw_build_makefile="Makefile.libretro" -include_core_chaigame() { - register_module core "chaigame" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii +include_core_chailove() { + register_module core "chailove" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii } -libretro_chaigame_name="ChaiGame" -libretro_chaigame_git_url="https://github.com/RobLoach/ChaiGame.git" -libretro_chaigame_git_submodules="yes" -libretro_chaigame_build_makefile="Makefile" +libretro_chailove_name="ChaiLove" +libretro_chailove_git_url="https://github.com/RobLoach/ChaiLove.git" +libretro_chailove_git_submodules="yes" +libretro_chailove_build_makefile="Makefile" include_core_81() { register_module core "81" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii