From a6a3a4aa00dc0fdd1a506069a5543bc99657d158 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 11 Aug 2012 20:06:51 +0200 Subject: [PATCH] Update repo for genplus. --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 47f4d1c2..6e156cba 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -54,7 +54,7 @@ REPO_BASE="git://github.com" fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES" fetch_project "$REPO_BASE/snes9xgit/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-next.git" "libretro-genplus" "libretro/Genplus GX" +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" "libretro/VBA" fetch_project "$REPO_BASE/libretro/bnes-libretro.git" "libretro-bnes" "libretro/bNES"