From 4c00c00907876fae252ffba0d87fd8ee685cb93e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 21 Sep 2013 15:47:45 +0200 Subject: [PATCH] Add libretro VBA-M repo to libretro-fetch.sh --- libretro-fetch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 8758245e..31ae27b3 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -79,7 +79,8 @@ 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" fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genplus" "libretro/Genplus GX" fetch_project "$REPO_BASE/libretro/fba-libretro.git" "libretro-fba" "libretro/FBA" -fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba-next" "libretro/VBA" +fetch_project "$REPO_BASE/libretro/vba-next.git" "libretro-vba-next" "libretro/VBA Next" +fetch_project "$REPO_BASE/libretro/vbam-libretro.git" "libretro-vbam" "libretro/VBA-M" fetch_project "$REPO_BASE/libretro/libretro-handy.git" "libretro-handy" "libretro/Handy" fetch_project "$REPO_BASE/libretro/bnes-libretro.git" "libretro-bnes" "libretro/bNES" fetch_project "$REPO_BASE/libretro/fceu-next.git" "libretro-fceu" "libretro/FCEU"