Move RA and devkit back to top of fetch items

This commit is contained in:
T. Joseph Carter 2015-02-28 22:12:30 -08:00
parent 95dccc620a
commit 5878271bb0

View File

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