mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(libnx) Add buildbot server URL
This commit is contained in:
parent
29b4da6643
commit
4a305a8652
@ -787,6 +787,8 @@ static char buildbot_server_url[] = "";
|
||||
#endif
|
||||
#elif defined(WIIU)
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/wiiu/latest/";
|
||||
#elif defined(HAVE_LIBNX)
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/libnx/latest/";
|
||||
#elif defined(__CELLOS_LV2__) && defined(DEX_BUILD)
|
||||
static char buildbot_server_url[] = "http://libretro.xbins.org/libretro/nightly/playstation/ps3/latest/dex-ps3/";
|
||||
#elif defined(__CELLOS_LV2__) && defined(CEX_BUILD)
|
||||
|
Loading…
Reference in New Issue
Block a user