From 1b4e9e1d3e7a711ed3cc69486fa7f747e7f4315a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 Jun 2013 17:04:28 +0200 Subject: [PATCH] Add picodrive/mupen64plus/instancingviewer repos --- libretro-fetch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index b1cb0d0a..e705be26 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -84,3 +84,6 @@ fetch_project "$REPO_BASE/libretro/scenewalker-libretro.git" "libretro-gl-scenew fetch_project "$REPO_BASE/libretro/modelviewer-libretro.git" "libretro-gl-modelviewer" "libretro/ModelViewer" fetch_project "$REPO_BASE/libretro/libretro-ffmpeg.git" "libretro-ffmpeg" "libretro/ffmpeg" fetch_project "$REPO_BASE/libretro/bsnes-libretro-cplusplus98.git" "libretro-bsnes-cplusplus98" "libretro/bsnes-cplusplus98" +fetch_project "$REPO_BASE/libretro/picodrive.git" "libretro-picodrive" "libretro/picodrive" +fetch_project "$REPO_BASE/libretro/mupen64plus-libretro.git" "libretro-mupen64plus" "libretro/mupen64plus" +fetch_project "$REPO_BASE/libretro/instancingviewer-libretro-gl.git" "libretro-gl-instancingviewer" "libretro/instancingviewer"