From e44a5be82e25cf05c968ac416afa477a71d72d4b Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 8 Nov 2012 23:55:59 +0100 Subject: [PATCH] Fix fetch derp. --- libretro-fetch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 93738a17..a8825e38 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -90,5 +90,7 @@ fetch_project "$REPO_BASE/libretro/gambatte-libretro.git" "libretro-gambatte" "l fetch_project "$REPO_BASE/libretro/meteor-libretro.git" "libretro-meteor" "libretro/Meteor" fetch_project "$REPO_BASE/libretro/nxengine-libretro.git" "libretro-nx" "libretro/NX" fetch_project "$REPO_BASE/libretro/libretro-prboom.git" "libretro-prboom" "libretro/PRBoom" +fetch_project "$REPO_BASE/libretro/stella-libretro.git" "libretro-stella" "libretro/Stella" +fetch_project "$REPO_BASE/libretro/desmume-libretro.git" "libretro-desmume" "libretro/Desmume" fetch_project_mednafen "$REPO_BASE/libretro/mednafen-psx-libretro.git" "libretro-mednafen" "libretro/Mednafen"