From 5489ead897151ac304726a492d9fa73021a534e6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Aug 2014 12:54:45 +0200 Subject: [PATCH] Update libretro-fetch.sh - PPSSPP checks out submodules now --- libretro-fetch.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 265a1f8c..ae629497 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -167,8 +167,6 @@ fetch_project "$REPO_BASE/libretro/fmsx-libretro.git" "libretro-fmsx" "libretro/ fetch_project "$REPO_BASE/libretro/libretro-2048.git" "libretro-2048" "libretro/2048" fetch_project "$REPO_BASE/libretro/libretro-vecx.git" "libretro-vecx" "libretro/vecx" fetch_project "$REPO_BASE/libretro/libretro-manifest.git" "libretro-manifest" "libretro/libretro-manifest" -fetch_project "$REPO_BASE/libretro/libretro-ppsspp.git" "libretro-ppsspp" "libretro/ppsspp" -fetch_subproject "$REPO_BASE/libretro/ppsspp-native.git" "libretro-ppsspp" "native" "libretro/ppsspp/native" -fetch_subproject "$REPO_BASE/libretro/ppsspp-ffmpeg.git" "libretro-ppsspp" "ffmpeg" "libretro/ppsspp/ffmpeg" +fetch_project_submodule "$REPO_BASE/libretro/ppsspp.git" "libretro-ppsspp" "libretro/ppsspp" fetch_project "$REPO_BASE/libretro/prosystem-libretro.git" "libretro-prosystem" "libretro/prosystem" fetch_project "$REPO_BASE/libretro/libretro-o2em.git" "libretro-o2em" "libretro/o2em"