From fa3d033343fc71864a58b2475bcb9ecab715e43c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 27 Sep 2014 16:09:11 +0200 Subject: [PATCH] Update bsnes libretro repo --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 02091d3d..cad80daa 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -96,7 +96,7 @@ fetch_subprojects "$REPO_BASE/libretro/common-shaders.git" "retroarch" "media" " fetch_subprojects "$REPO_BASE/libretro/common-overlays.git" "retroarch" "media" "overlays" "libretro/common-overlays" fetch_subprojects "$REPO_BASE/libretro/retroarch-assets.git" "retroarch" "media" "assets" "libretro/retroarch-assets" fetch_subprojects "$REPO_BASE/libretro/retroarch-joypad-autoconfig.git" "retroarch" "media" "autoconfig" "libretro/joypad-autoconfig" -fetch_project_bsnes "git://gitorious.org/bsnes/bsnes.git --branch libretro" "libretro-bsnes" "libretro/bSNES" +fetch_project "$REPO_BASE/libretro/bsnes-libretro.git" "libretro-bsnes" "libretro/bSNES" fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-snes9x" "libretro/SNES9x" fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-snes9x_next" "libretro/SNES9x-Next" fetch_project "$REPO_BASE/libretro/Genesis-Plus-GX.git" "libretro-genesis_plus_gx" "libretro/Genplus GX"