Add libretro SDK

This commit is contained in:
twinaphex 2015-02-10 18:59:47 +01:00
parent 4f388b3441
commit 9422a5be7e
1 changed files with 5 additions and 0 deletions

View File

@ -385,6 +385,10 @@ fetch_libretro_emux() {
fetch_git "$REPO_BASE/libretro/emux.git" "libretro-emux" "libretro/Emux"
}
fetch_libretro_sdk() {
fetch_git "$REPO_BASE/libretro/libretro-sdk.git" "libretro-sdk" "libretro/SDK"
}
if [ -n "${1}" ]; then
while [ -n "${1}" ]; do
"${1}"
@ -454,5 +458,6 @@ else
fetch_libretro_tempgba
fetch_libretro_gpsp
fetch_libretro_emux
fetch_libretro_sdk
fi