From 00f0134cdbc0510441d1605761fe7f80debb3f25 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 18 Feb 2015 23:48:21 +0100 Subject: [PATCH] Change libretro SDK to libretro-common --- libretro-fetch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretro-fetch.sh b/libretro-fetch.sh index 28ac58c8..63214033 100755 --- a/libretro-fetch.sh +++ b/libretro-fetch.sh @@ -292,8 +292,8 @@ fetch_libretro_emux() { } # Shouldn't this be part of the tools fetch? Eh, later... -fetch_libretro_sdk() { - fetch_git "https://github.com/libretro/libretro-sdk.git" "libretro-sdk" "libretro/SDK" +fetch_libretro_common() { + fetch_git "https://github.com/libretro/libretro-common.git" "libretro-common" "libretro/common" } @@ -366,5 +366,5 @@ else fetch_libretro_tempgba fetch_libretro_gpsp fetch_libretro_emux - fetch_libretro_sdk + fetch_libretro_common fi