Skip to content

Commit

Permalink
Don't download via HTTPS.
Browse files Browse the repository at this point in the history
performance is just bad on Wii U.

Signed-off-by: Thomas Rohloff <v10lator@myway.de>
  • Loading branch information
V10lator committed Mar 21, 2024
1 parent 921a6cb commit c1f6e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/downloader.h
Expand Up @@ -52,7 +52,7 @@ extern "C"
size_t size;
} RAMBUF;

#define DOWNLOAD_URL "https://ccs.shop.wii.com/ccs/download/"
#define DOWNLOAD_URL "http://ccs.shop.wii.com/ccs/download/"

bool initDownloader() __attribute__((__cold__));
void deinitDownloader() __attribute__((__cold__));
Expand Down

0 comments on commit c1f6e5b

Please sign in to comment.