mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
libretro-fetch.sh also fetches RetroArch now
This commit is contained in:
parent
01ef4bae1d
commit
8c586fadc4
@ -72,6 +72,8 @@ else
|
||||
REPO_BASE="git://github.com"
|
||||
fi
|
||||
|
||||
fetch_project "$REPO_BASE/libretro/RetroArch.git" "retroarch" "libretro/RetroArch"
|
||||
|
||||
fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES"
|
||||
fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-s9x" "libretro/SNES9x"
|
||||
fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-s9x-next" "libretro/SNES9x-Next"
|
||||
|
Loading…
Reference in New Issue
Block a user