fetch the libretro devkit and retroarch last

This commit is contained in:
T. Joseph Carter 2015-02-25 21:59:18 -08:00
parent 5f0ee00288
commit 22d5895162

View File

@ -88,9 +88,6 @@ if [ -n "$1" ]; then
shift
done
else
fetch_retroarch
fetch_devkit
libretro_fetch_core bsnes
libretro_fetch_core snes9x
libretro_fetch_core snes9x_next
@ -153,4 +150,7 @@ else
libretro_fetch_core gpsp
libretro_fetch_core emux
libretro_fetch_core fuse
fetch_devkit
fetch_retroarch
fi