From 850fd53ac8338839da041f9dfff2e13eba83effe Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sat, 19 Mar 2022 15:38:04 -0500 Subject: [PATCH] Change CCS endpoint to Wii U --- NusClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NusClient.cs b/NusClient.cs index 1463423..7aacf9e 100644 --- a/NusClient.cs +++ b/NusClient.cs @@ -35,7 +35,7 @@ namespace libWiiSharp public class NusClient : IDisposable { - private const string nusUrl = "http://nus.cdn.shop.wii.com/ccs/download/"; + private const string nusUrl = "http://ccs.cdn.wup.shop.nintendo.net/ccs/download/"; #pragma warning disable SYSLIB0014 // Type or member is obsolete private readonly WebClient wcNus = new WebClient(); #pragma warning restore SYSLIB0014 // Type or member is obsolete