From e90a9b0350c61a719a8a107d42872023997256b3 Mon Sep 17 00:00:00 2001 From: w3irDv <170813473+w3irDv@users.noreply.github.com> Date: Sat, 8 Jun 2024 20:28:51 +0200 Subject: [PATCH] do not use ssl for banner.rc24.xyz --- source/settings/CSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/settings/CSettings.cpp b/source/settings/CSettings.cpp index cde66efe..4facb429 100644 --- a/source/settings/CSettings.cpp +++ b/source/settings/CSettings.cpp @@ -79,7 +79,7 @@ void CSettings::SetDefault() strlcpy(GameCubePath, "usb1:/games/", sizeof(GameCubePath)); strlcpy(GameCubeSDPath, "sd:/games/", sizeof(GameCubeSDPath)); strlcpy(CustomAddress, "wiimmfi.de", sizeof(CustomAddress)); - strlcpy(URL_Banners, "https://banner.rc24.xyz/", sizeof(URL_Banners)); + strlcpy(URL_Banners, "http://banner.rc24.xyz/", sizeof(URL_Banners)); strlcpy(URL_Covers2D, "https://art.gametdb.com/wii/cover/", sizeof(URL_Covers2D)); strlcpy(URL_Covers3D, "https://art.gametdb.com/wii/cover3D/", sizeof(URL_Covers3D)); strlcpy(URL_CoversFull, "https://art.gametdb.com/wii/coverfull/", sizeof(URL_CoversFull));