From 348616e32a98ac9f1711e0a1796ae2e9bb4b6cfc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Dec 2014 14:19:19 +0100 Subject: [PATCH] Add gpSP to libretro-fetch.sh --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 12b9f852..92749729 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -173,3 +173,4 @@ fetch_project "$REPO_BASE/libretro/CATSFC-libretro.git" "libretro-catsfc" "libre fetch_project_submodule_no_update "$REPO_BASE/libretro/crawl-ref.git" "libretro-stonesoup" "libretro/DungeonCrawler StoneSoup" fetch_project "$REPO_BASE/libretro/hatari.git" "libretro-hatari" "libretro/hatari" fetch_project "$REPO_BASE/libretro/TempGBA-libretro.git" "libretro-tempgba" "libretro/TempGBA" +fetch_project "$REPO_BASE/libretro/gpsp.git" "libretro-gpsp" "libretro/gpsp"