diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 0c7264f3..2da7c33c 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -94,6 +94,9 @@ if [ -n "$1" ]; then shift done else + fetch_retroarch + fetch_devkit + libretro_fetch_core bsnes libretro_fetch_core snes9x libretro_fetch_core snes9x_next @@ -156,7 +159,4 @@ else libretro_fetch_core gpsp libretro_fetch_core emux libretro_fetch_core fuse - - fetch_devkit - fetch_retroarch fi