From 7b2c1471db2c27adafde57ad37cf55b4a840194b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 31 Jan 2015 13:25:56 +0100 Subject: [PATCH] Add libretro-dat-pull to libretro-fetch.sh --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index ae8698fc..f0682f7c 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -176,3 +176,4 @@ fetch_project "$REPO_BASE/libretro/TempGBA-libretro.git" "libretro-tempgba" "lib fetch_project "$REPO_BASE/libretro/gpsp.git" "libretro-gpsp" "libretro/gpsp" fetch_project "$REPO_BASE/libretro/emux.git" "libretro-emux" "libretro/Emux" fetch_project "$REPO_BASE/libretro/libretrodb.git" "libretrodb" "libretro/libretrodb" +fetch_project "$REPO_BASE/libretro/libretro-dat-pull.git" "libretro-dat-pull" "libretro/libretro-dat-pull"