fetch the libretro devkit and retroarch last
This commit is contained in:
parent
5f0ee00288
commit
22d5895162
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue