From 3b3da03987138f7c60d9ee4ba44920ded8d218bc Mon Sep 17 00:00:00 2001 From: John Grub Date: Sat, 14 Jun 2014 18:33:44 -0700 Subject: [PATCH] fetch overlays too --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 76776975..92c4055e 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -74,6 +74,7 @@ fi fetch_project "$REPO_BASE/libretro/RetroArch.git" "retroarch" "libretro/RetroArch" +fetch_project "$REPO_BASE/libretro/common-overlays.git" "overlays" "libretro/common-overlays" 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"