From 55874d498a34a3ba300b80dd1bab843bb2a28e2e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 Jan 2015 06:49:42 +0100 Subject: [PATCH] Add libretrodb to libretro-fetch.sh --- libretro-fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index bfde4c8c..dce6856f 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -174,3 +174,4 @@ fetch_project "$REPO_BASE/libretro/hatari.git" "libretro-hatari" "libretro/hatar fetch_project "$REPO_BASE/libretro/TempGBA-libretro.git" "libretro-tempgba" "libretro/TempGBA" 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"