From 8c586fadc426c8d00c39f1596c120c2c17ab703b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Jul 2013 17:57:38 +0200 Subject: [PATCH] libretro-fetch.sh also fetches RetroArch now --- libretro-fetch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index ba152d01..2a3710a4 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -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"