mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Update PS3 buildbot URLs
This commit is contained in:
parent
d5503e9e7c
commit
7a99694a1a
@ -719,11 +719,11 @@ static char buildbot_server_url[] = "";
|
|||||||
#elif defined(WIIU)
|
#elif defined(WIIU)
|
||||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/";
|
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/";
|
||||||
#elif defined(__CELLOS_LV2__) && defined(DEX_BUILD)
|
#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[] = "https://xbins.org/libretro/nightly/playstation/ps3/latest/dex-ps3/";
|
||||||
#elif defined(__CELLOS_LV2__) && defined(CEX_BUILD)
|
#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[] = "https://xbins.org/libretro/nightly/playstation/ps3/latest/cex-ps3/";
|
||||||
#elif defined(__CELLOS_LV2__) && defined(ODE_BUILD)
|
#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[] = "https://xbins.org/libretro/nightly/playstation/ps3/latest/ode-ps3/";
|
||||||
#else
|
#else
|
||||||
static char buildbot_server_url[] = "";
|
static char buildbot_server_url[] = "";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user