From e7bfacdd921000966a1898c316b56cd5904193e2 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 7 Apr 2019 22:13:58 +0200 Subject: libre/retroarch: updated to 1.7.6 --- libre/retroarch/libre.patch | 77 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 60 insertions(+), 17 deletions(-) (limited to 'libre/retroarch/libre.patch') diff --git a/libre/retroarch/libre.patch b/libre/retroarch/libre.patch index 220e60b16..1660aba7b 100644 --- a/libre/retroarch/libre.patch +++ b/libre/retroarch/libre.patch @@ -1,16 +1,28 @@ ---- RetroArch-1.7.3.orig/config.def.h 2018-05-03 22:45:22.000000000 -0500 -+++ RetroArch-1.7.3/config.def.h 2018-05-21 14:28:04.111728600 -0500 -@@ -686,66 +686,66 @@ +diff --git a/config.def.h b/config.def.h +index 1515ab3fa9..4ecbd8cd9d 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -787,92 +787,92 @@ static const unsigned midi_volume = 100; + static const bool sustained_performance_mode = false; - #if defined(ANDROID) - #if defined(ANDROID_ARM) + #if defined(HAKCHI) +-static char buildbot_server_url[] = "http://hakchicloud.com/Libretro_Cores/"; ++static char buildbot_server_url[] = ""; + #elif defined(ANDROID) + #if defined(ANDROID_ARM_V7) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/armeabi-v7a/"; ++static char buildbot_server_url[] = ""; + #elif defined(ANDROID_ARM) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/armeabi/"; +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/"; ++static char buildbot_server_url[] = ""; + #elif defined(ANDROID_X64) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/android/latest/x86_64/"; +static char buildbot_server_url[] = ""; #else static char buildbot_server_url[] = ""; @@ -33,7 +45,28 @@ +static char buildbot_server_url[] = ""; #endif #elif defined(_WIN32) && !defined(_XBOX) - #if _MSC_VER == 1600 + #if _MSC_VER >= 1910 + #ifndef __WINRT__ + #if defined(__x86_64__) || defined(_M_X64) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2017-desktop/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-msvc2017-desktop/x86/latest/"; ++static char buildbot_server_url[] = ""; + #endif + #else + #if defined(__x86_64__) || defined(_M_X64) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/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-msvc2017-uwp/x86/latest/"; ++static char buildbot_server_url[] = ""; + #elif defined(__arm__) || defined(_M_ARM) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/arm/latest/"; ++static char buildbot_server_url[] = ""; + #endif + #endif + #elif _MSC_VER == 1600 #if defined(__x86_64__) || defined(_M_X64) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2010/x86_64/latest/"; +static char buildbot_server_url[] = ""; @@ -71,6 +104,9 @@ #endif #elif defined(WIIU) -static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/"; ++static char buildbot_server_url[] = ""; + #elif defined(HAVE_LIBNX) +-static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/switch/libnx/latest/"; +static char buildbot_server_url[] = ""; #elif defined(__CELLOS_LV2__) && defined(DEX_BUILD) -static char buildbot_server_url[] = "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/dex-ps3/"; @@ -88,11 +124,14 @@ -static char buildbot_assets_server_url[] = "http://buildbot.libretro.com/assets/"; +static char buildbot_assets_server_url[] = ""; - #endif ---- RetroArch-1.7.3.orig/frontend/drivers/platform_darwin.m 2018-05-03 22:45:22.000000000 -0500 -+++ RetroArch-1.7.3/frontend/drivers/platform_darwin.m 2018-05-21 14:29:16.531823443 -0500 -@@ -413,7 +413,7 @@ - #if TARGET_OS_IPHONE + static char default_discord_app_id[] = "475456035851599874"; + +diff --git a/frontend/drivers/platform_darwin.m b/frontend/drivers/platform_darwin.m +index e1367fc328..22d72ccc23 100644 +--- a/frontend/drivers/platform_darwin.m ++++ b/frontend/drivers/platform_darwin.m +@@ -433,7 +433,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[], + #if TARGET_OS_IOS char assets_zip_path[PATH_MAX_LENGTH]; if (major > 8) - strlcpy(g_defaults.path.buildbot_server_url, "http://buildbot.libretro.com/nightly/apple/ios9/latest/", sizeof(g_defaults.path.buildbot_server_url)); @@ -100,9 +139,11 @@ fill_pathname_join(assets_zip_path, bundle_path_buf, "assets.zip", sizeof(assets_zip_path)); ---- RetroArch-1.7.3.orig/libretro-common/samples/net/net_http_test.c 2018-05-03 22:45:22.000000000 -0500 -+++ RetroArch-1.7.3/libretro-common/samples/net/net_http_test.c 2018-05-21 14:29:54.836777185 -0500 -@@ -37,7 +37,7 @@ +diff --git a/libretro-common/samples/net/net_http_test.c b/libretro-common/samples/net/net_http_test.c +index 448c6dbdde..7d0b6e33e5 100644 +--- a/libretro-common/samples/net/net_http_test.c ++++ b/libretro-common/samples/net/net_http_test.c +@@ -37,7 +37,7 @@ int main(void) if (!network_init()) return -1; @@ -111,9 +152,11 @@ while (!net_http_update(http1, &pos, &tot)) printf("%.9lu / %.9lu \r",pos,tot); ---- RetroArch-1.7.3.orig/retroarch.cfg 2018-05-03 22:45:22.000000000 -0500 -+++ RetroArch-1.7.3/retroarch.cfg 2018-05-21 14:31:29.215890062 -0500 -@@ -751,13 +751,13 @@ +diff --git a/retroarch.cfg b/retroarch.cfg +index d2f0e5bdec..d215c22874 100644 +--- a/retroarch.cfg ++++ b/retroarch.cfg +@@ -714,13 +714,13 @@ #### Core Updater # URL to core update directory on buildbot. -- cgit v1.2.3