From 69ad93875c79602750bed965f2ceb5604b422fb7 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Mon, 2 Feb 2015 00:18:33 -0800 Subject: [PATCH] Fix a stupid mistake --- libretro-fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 6bc72ec9..a247ab21 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -132,7 +132,7 @@ fetch_libretro_snes9x() { fetch_project "$REPO_BASE/libretro/snes9x.git" "libretro-snes9x" "libretro/SNES9x" } -fetch_libretro_snes9x() { +fetch_libretro_snes9x_next() { fetch_project "$REPO_BASE/libretro/snes9x-next.git" "libretro-snes9x_next" "libretro/SNES9x-Next" }