From 9b688dd823a8ecf165dfda1da8a1ad8ac3e90d1b Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 15 Jan 2018 20:19:14 +0100 Subject: libre/retroarch: updated to 1.7.0 --- libre/retroarch/libre.patch | 49 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) (limited to 'libre/retroarch/libre.patch') diff --git a/libre/retroarch/libre.patch b/libre/retroarch/libre.patch index 784cc499f..d462c6666 100644 --- a/libre/retroarch/libre.patch +++ b/libre/retroarch/libre.patch @@ -2,11 +2,14 @@ diff --git a/config.def.h b/config.def.h index 0866e35bd..6dfb6d2bc 100644 --- a/config.def.h +++ b/config.def.h -@@ -924,35 +924,35 @@ static const bool ui_companion_enable = false; +@@ -635,62 +635,62 @@ static const bool ui_companion_enable = false; #if defined(ANDROID) #if defined(ANDROID_ARM) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/armeabi-v7a/"; ++static char buildbot_server_url[] = ""; + #elif defined(ANDROID_AARCH64) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/arm64-v8a/"; +static char buildbot_server_url[] = ""; #elif defined(ANDROID_X86) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/x86/"; @@ -32,12 +35,28 @@ index 0866e35bd..6dfb6d2bc 100644 +static char buildbot_server_url[] = ""; #endif #elif defined(_WIN32) && !defined(_XBOX) + #if _MSC_VER == 1600 + #if defined(__x86_64__) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86_64/latest/"; ++static char buildbot_server_url[] = ""; + #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86/latest/"; ++static char buildbot_server_url[] = ""; + #endif + #elif _MSC_VER == 1400 +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2005/x86/latest/"; ++static char buildbot_server_url[] = ""; + #elif _MSC_VER == 1310 +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2003/x86/latest/"; ++static char buildbot_server_url[] = ""; + #else #if defined(__x86_64__) --static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86_64/latest/"; +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86_64/latest/"; +static char buildbot_server_url[] = ""; #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64) --static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86/latest/"; +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows/x86/latest/"; +static char buildbot_server_url[] = ""; + #endif #endif #elif defined(__linux__) #if defined(__x86_64__) @@ -45,11 +64,29 @@ index 0866e35bd..6dfb6d2bc 100644 +static char buildbot_server_url[] = ""; #elif defined(__i386__) || defined(__i486__) || defined(__i686__) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/linux/x86/latest/"; ++static char buildbot_server_url[] = ""; + #elif defined(__arm__) && __ARM_ARCH == 7 && defined(__ARM_PCS_VFP) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/linux/armhf/latest/"; ++static char buildbot_server_url[] = ""; + #else + static char buildbot_server_url[] = ""; + #endif + #elif defined(WIIU) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/"; ++static char buildbot_server_url[] = ""; + #elif defined(__CELLOS_LV2__) && defined(DEX_BUILD) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/dex-ps3/"; ++static char buildbot_server_url[] = ""; + #elif defined(__CELLOS_LV2__) && defined(CEX_BUILD) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/cex-ps3/"; ++static char buildbot_server_url[] = ""; + #elif defined(__CELLOS_LV2__) && defined(ODE_BUILD) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/playstation/ps3/latest/ode-ps3/"; +static char buildbot_server_url[] = ""; #else static char buildbot_server_url[] = ""; #endif -@@ -960,6 +960,6 @@ static char buildbot_server_url[] = ""; +@@ -695,6 +695,6 @@ static char buildbot_server_url[] = ""; static char buildbot_server_url[] = ""; #endif @@ -61,7 +98,7 @@ diff --git a/frontend/drivers/platform_darwin.m b/frontend/drivers/platform_darw index dfd8b448c..5d12fef83 100644 --- a/frontend/drivers/platform_darwin.m +++ b/frontend/drivers/platform_darwin.m -@@ -396,7 +396,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[], +@@ -413,7 +413,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[], #if TARGET_OS_IPHONE char assets_zip_path[PATH_MAX_LENGTH]; if (major > 8) @@ -87,7 +124,7 @@ diff --git a/retroarch.cfg b/retroarch.cfg index 990783191..91e6f2c11 100644 --- a/retroarch.cfg +++ b/retroarch.cfg -@@ -718,13 +718,13 @@ +@@ -738,13 +738,13 @@ #### Core Updater # URL to core update directory on buildbot. -- cgit v1.2.3