Change CCS endpoint to Wii U

This commit is contained in:
Spotlight 2022-03-19 15:38:04 -05:00
parent 48efe73686
commit 850fd53ac8
No known key found for this signature in database
GPG key ID: 874AA355B3209BDC

View file

@ -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