From 731bc0290dbf6b1e455a79bceae5352df8b6f523 Mon Sep 17 00:00:00 2001 From: Carl Melville Date: Thu, 5 Mar 2015 21:00:40 -0600 Subject: [PATCH 1/2] Fix to libretro-fetch.sh register_core needs to use _ instead of - --- rules.d/core-rules.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index b9517f02..8d8d6dc7 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -328,23 +328,23 @@ libretro_lutro_name="Lutro" libretro_lutro_git_url="https://github.com/libretro/libretro-lutro.git" libretro_lutro_build_makefile="Makefile" -register_core "lutro-platformer" +register_core "lutro_platformer" libretro_lutro_platformer_name="Lutro-Platformer" libretro_lutro_platformer_git_url="https://github.com/libretro/lutro-platformer.git" -register_core "lutro-tetris" +register_core "lutro_tetris" libretro_lutro_tetris_name="Lutro-tetris" libretro_lutro_tetris_git_url="https://github.com/libretro/lutro-tetris.git" -register_core "lutro-snake" +register_core "lutro_snake" libretro_lutro_snake_name="Lutro-snake" libretro_lutro_snake_git_url="https://github.com/libretro/lutro-snake.git" -register_core "lutro-iyfct" +register_core "lutro_iyfct" libretro_lutro_iyfct_name="Lutro-iyfct" libretro_lutro_iyfct_git_url="https://github.com/libretro/lutro-iyfct.git" -register_core "lutro-game-of-life" +register_core "lutro_game_of_life" libretro_lutro_game_of_life_name="Lutro-Game-of-Life" libretro_lutro_game_of_life_git_url="https://github.com/libretro/lutro-game-of-life.git" From 19e117ad0adc7cfe44b5612a4400603dfbc29978 Mon Sep 17 00:00:00 2001 From: Carl Melville Date: Thu, 5 Mar 2015 21:26:16 -0600 Subject: [PATCH 2/2] 2 build_libretro_cores didn't get changed to libretro_build_core --- libretro-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-build.sh b/libretro-build.sh index f9da8aa6..5b1d8aaa 100755 --- a/libretro-build.sh +++ b/libretro-build.sh @@ -169,8 +169,8 @@ else if [ $FORMAT_COMPILER_TARGET != "ios" ]; then # These don't currently build on iOS build_libretro_bnes - build_libretro_core ffmpeg - build_libretro_core ppsspp + libretro_build_core ffmpeg + libretro_build_core ppsspp fi libretro_build_core o2em libretro_build_core hatari