From 5547eb571c08e29f942e47b5072eb855b9c323d0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 29 Oct 2014 22:01:38 +0100 Subject: [PATCH] Add catsfc to libretro-fetch.sh --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index ed3b80ce..63caa9d7 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -153,3 +153,4 @@ fetch_project_submodule "$REPO_BASE/libretro/ppsspp.git" "libretro-ppsspp" "libr fetch_project "$REPO_BASE/libretro/prosystem-libretro.git" "libretro-prosystem" "libretro/prosystem" fetch_project "$REPO_BASE/libretro/libretro-o2em.git" "libretro-o2em" "libretro/o2em" fetch_project "$REPO_BASE/libretro/4do-libretro.git" "libretro-4do" "libretro/4do" +fetch_project "$REPO_BASE/libretro/CATSFC-libretro.git" "libretro-catsfc" "libretro/CATSFC"