From 731bc0290dbf6b1e455a79bceae5352df8b6f523 Mon Sep 17 00:00:00 2001 From: Carl Melville Date: Thu, 5 Mar 2015 21:00:40 -0600 Subject: [PATCH] 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"