libre.patch 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. diff --git a/config.def.h b/config.def.h
  2. index e77894d5d3..885f7c87ea 100644
  3. --- a/config.def.h
  4. +++ b/config.def.h
  5. @@ -1121,98 +1121,98 @@ static const bool enable_device_vibration = false;
  6. #endif
  7. #if defined(HAKCHI)
  8. -#define DEFAULT_BUILDBOT_SERVER_URL "http://hakchicloud.com/Libretro_Cores/"
  9. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  10. #elif defined(ANDROID)
  11. #if defined(ANDROID_ARM_V7)
  12. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/android/latest/armeabi-v7a/"
  13. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  14. #elif defined(ANDROID_ARM)
  15. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/android/latest/armeabi/"
  16. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  17. #elif defined(ANDROID_AARCH64)
  18. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/android/latest/arm64-v8a/"
  19. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  20. #elif defined(ANDROID_X86)
  21. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/android/latest/x86/"
  22. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  23. #elif defined(ANDROID_X64)
  24. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/android/latest/x86_64/"
  25. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  26. #else
  27. #define DEFAULT_BUILDBOT_SERVER_URL ""
  28. #endif
  29. #elif defined(__QNX__)
  30. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/blackberry/latest/"
  31. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  32. #elif defined(IOS)
  33. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/ios/latest/"
  34. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  35. #elif defined(OSX)
  36. #if defined(__x86_64__)
  37. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/osx/x86_64/latest/"
  38. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  39. #elif defined(__i386__) || defined(__i486__) || defined(__i686__)
  40. -#define DEFAULT_BUILDBOT_SERVER_URL "http://bot.libretro.com/nightly/apple/osx/x86/latest/"
  41. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  42. #else
  43. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/apple/osx/ppc/latest/"
  44. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  45. #endif
  46. #elif defined(_WIN32) && !defined(_XBOX)
  47. #if _MSC_VER >= 1910
  48. #ifndef __WINRT__
  49. #if defined(__x86_64__) || defined(_M_X64)
  50. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-desktop/x64/latest/"
  51. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  52. #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
  53. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-desktop/x86/latest/"
  54. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  55. #elif defined(__arm__) || defined(_M_ARM)
  56. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-desktop/arm/latest/"
  57. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  58. #elif defined(__aarch64__) || defined(_M_ARM64)
  59. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-desktop/arm64/latest/"
  60. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  61. #endif
  62. #else
  63. #if defined(__x86_64__) || defined(_M_X64)
  64. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/x64/latest/"
  65. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  66. #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
  67. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/x86/latest/"
  68. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  69. #elif defined(__arm__) || defined(_M_ARM)
  70. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/arm/latest/"
  71. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  72. #elif defined(__aarch64__) || defined(_M_ARM64)
  73. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2017-uwp/arm64/latest/"
  74. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  75. #endif
  76. #endif
  77. #elif _MSC_VER == 1600
  78. #if defined(__x86_64__) || defined(_M_X64)
  79. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2010/x86_64/latest/"
  80. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  81. #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
  82. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2010/x86/latest/"
  83. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  84. #endif
  85. #elif _MSC_VER == 1400
  86. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2005/x86/latest/"
  87. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  88. #elif _MSC_VER == 1310
  89. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows-msvc2003/x86/latest/"
  90. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  91. #else
  92. #if defined(__x86_64__) || defined(_M_X64)
  93. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows/x86_64/latest/"
  94. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  95. #elif defined(__i386__) || defined(__i486__) || defined(__i686__) || defined(_M_IX86) || defined(_M_IA64)
  96. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/windows/x86/latest/"
  97. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  98. #endif
  99. #endif
  100. #elif defined(__linux__)
  101. #if defined(__x86_64__)
  102. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/linux/x86_64/latest/"
  103. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  104. #elif defined(__i386__) || defined(__i486__) || defined(__i686__)
  105. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/linux/x86/latest/"
  106. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  107. #elif defined(__arm__) && __ARM_ARCH == 7 && defined(__ARM_PCS_VFP)
  108. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/linux/armhf/latest/"
  109. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  110. #else
  111. #define DEFAULT_BUILDBOT_SERVER_URL ""
  112. #endif
  113. #elif defined(WIIU)
  114. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/"
  115. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  116. #elif defined(HAVE_LIBNX)
  117. -#define DEFAULT_BUILDBOT_SERVER_URL "http://buildbot.libretro.com/nightly/nintendo/switch/libnx/latest/"
  118. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  119. #elif defined(__CELLOS_LV2__) && defined(DEX_BUILD)
  120. -#define DEFAULT_BUILDBOT_SERVER_URL "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/dex-ps3/"
  121. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  122. #elif defined(__CELLOS_LV2__) && defined(CEX_BUILD)
  123. -#define DEFAULT_BUILDBOT_SERVER_URL "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/cex-ps3/"
  124. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  125. #elif defined(__CELLOS_LV2__) && defined(ODE_BUILD)
  126. -#define DEFAULT_BUILDBOT_SERVER_URL "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/ode-ps3/"
  127. +#define DEFAULT_BUILDBOT_SERVER_URL ""
  128. #else
  129. #define DEFAULT_BUILDBOT_SERVER_URL ""
  130. #endif
  131. -#define DEFAULT_BUILDBOT_ASSETS_SERVER_URL "http://buildbot.libretro.com/assets/"
  132. +#define DEFAULT_BUILDBOT_ASSETS_SERVER_URL ""
  133. #define DEFAULT_DISCORD_APP_ID "475456035851599874"
  134. diff --git a/frontend/drivers/platform_darwin.m b/frontend/drivers/platform_darwin.m
  135. index 9fe207e8b0..11405115ad 100644
  136. --- a/frontend/drivers/platform_darwin.m
  137. +++ b/frontend/drivers/platform_darwin.m
  138. @@ -459,7 +459,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[],
  139. char assets_zip_path[PATH_MAX_LENGTH];
  140. #if TARGET_OS_IOS
  141. if (major > 8)
  142. - strlcpy(g_defaults.path.buildbot_server_url, "http://buildbot.libretro.com/nightly/apple/ios9/latest/", sizeof(g_defaults.path.buildbot_server_url));
  143. + strlcpy(g_defaults.path.buildbot_server_url, "", sizeof(g_defaults.path.buildbot_server_url));
  144. #endif
  145. fill_pathname_join(assets_zip_path, bundle_path_buf, "assets.zip", sizeof(assets_zip_path));
  146. diff --git a/libretro-common/samples/net/net_http_test.c b/libretro-common/samples/net/net_http_test.c
  147. index 48e0354aa6..6dc8fc9702 100644
  148. --- a/libretro-common/samples/net/net_http_test.c
  149. +++ b/libretro-common/samples/net/net_http_test.c
  150. @@ -37,7 +37,7 @@ int main(void)
  151. if (!network_init())
  152. return -1;
  153. - http1 = net_http_new("http://buildbot.libretro.com/nightly/windows/x86_64/latest/mednafen_psx_libretro.dll.zip");
  154. + http1 = net_http_new("");
  155. while (!net_http_update(http1, &pos, &tot))
  156. printf("%.9lu / %.9lu \r",pos,tot);
  157. diff --git a/retroarch.cfg b/retroarch.cfg
  158. index 2454b1bd62..810e432d5e 100644
  159. --- a/retroarch.cfg
  160. +++ b/retroarch.cfg
  161. @@ -721,13 +721,13 @@
  162. #### Core Updater
  163. # URL to core update directory on buildbot.
  164. -# core_updater_buildbot_url = "http://buildbot.libretro.com"
  165. +core_updater_buildbot_url = ""
  166. # URL to assets update directory on buildbot.
  167. -# core_updater_buildbot_assets_url = "http://buildbot.libretro.com/assets/"
  168. +core_updater_buildbot_assets_url = ""
  169. # After downloading, automatically extract archives that the downloads are contained inside.
  170. -# core_updater_auto_extract_archive = true
  171. +core_updater_auto_extract_archive = false
  172. #### Network