mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Change CCS endpoint to Wii U
This commit is contained in:
parent
48efe73686
commit
850fd53ac8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace libWiiSharp
|
||||||
|
|
||||||
public class NusClient : IDisposable
|
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
|
#pragma warning disable SYSLIB0014 // Type or member is obsolete
|
||||||
private readonly WebClient wcNus = new WebClient();
|
private readonly WebClient wcNus = new WebClient();
|
||||||
#pragma warning restore SYSLIB0014 // Type or member is obsolete
|
#pragma warning restore SYSLIB0014 // Type or member is obsolete
|
||||||
|
|
Loading…
Reference in a new issue