Merge pull request #227 from almostalive/master

Fix to libretro-fetch.sh
This commit is contained in:
Twinaphex 2015-03-06 14:38:35 +01:00
commit 32745b476d
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -319,23 +319,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"