From 4c5638f89dac8f18119f9c78e0cd4057cc4f0de6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 30 Sep 2018 01:50:29 +0200 Subject: [PATCH] Fix libnx URL --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7aeaf11dd0..6ba1d7b5ed 100644 --- a/config.def.h +++ b/config.def.h @@ -788,7 +788,7 @@ static char buildbot_server_url[] = ""; #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/"; +static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/nintendo/switch/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)