From 72396efcba218eb2d99141cc8818d29b7ff36e31 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 19 Feb 2015 06:55:56 +0100 Subject: [PATCH] Add FUSE --- libretro-fetch.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 63214033..4b8646f8 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -291,6 +291,10 @@ fetch_libretro_emux() { fetch_git "https://github.com/libretro/emux.git" "libretro-emux" "libretro/Emux" } +fetch_libretro_fuse() { + fetch_git "https://github.com/libretro/fuse-libretro.git" "libretro-fuse" "libretro/fuse" +} + # Shouldn't this be part of the tools fetch? Eh, later... fetch_libretro_common() { fetch_git "https://github.com/libretro/libretro-common.git" "libretro-common" "libretro/common" @@ -367,4 +371,5 @@ else fetch_libretro_gpsp fetch_libretro_emux fetch_libretro_common + fetch_libretro_fuse fi