From 4a305a86523860a253e57275f77d87be2e0d0d98 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Sep 2018 22:47:27 +0200 Subject: [PATCH] (libnx) Add buildbot server URL --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 027e8eb1d9..7aeaf11dd0 100644 --- a/config.def.h +++ b/config.def.h @@ -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)