diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 931dad40..2dece136 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" "libretro-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"