Add fetch_project to libretro-fetch.sh

This commit is contained in:
twinaphex 2014-08-08 18:38:20 +02:00
parent 923f4fa8da
commit 95c193fb6d

View File

@ -144,3 +144,4 @@ fetch_project "$REPO_BASE/libretro/libretro-manifest.git" "libretro-manifest" "l
fetch_project "$REPO_BASE/libretro/libretro-ppsspp.git" "libretro-ppsspp" "libretro/ppsspp"
fetch_project_no_pull "$REPO_BASE/libretro/ppsspp-native.git" "libretro-ppsspp/native" "libretro/ppsspp/native"
fetch_project_no_pull "$REPO_BASE/libretro/ppsspp-ffmpeg.git" "libretro-ppsspp/ffmpeg" "libretro/ppsspp/ffmpeg"
fetch_project "$REPO_BASE/libretro/prosystem-libretro.git" "libretro-prosystem" "libretro/prosystem"