mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 04:25:07 +01:00
do not use ssl for banner.rc24.xyz
This commit is contained in:
parent
66194a447e
commit
e90a9b0350
@ -79,7 +79,7 @@ void CSettings::SetDefault()
|
|||||||
strlcpy(GameCubePath, "usb1:/games/", sizeof(GameCubePath));
|
strlcpy(GameCubePath, "usb1:/games/", sizeof(GameCubePath));
|
||||||
strlcpy(GameCubeSDPath, "sd:/games/", sizeof(GameCubeSDPath));
|
strlcpy(GameCubeSDPath, "sd:/games/", sizeof(GameCubeSDPath));
|
||||||
strlcpy(CustomAddress, "wiimmfi.de", sizeof(CustomAddress));
|
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_Covers2D, "https://art.gametdb.com/wii/cover/", sizeof(URL_Covers2D));
|
||||||
strlcpy(URL_Covers3D, "https://art.gametdb.com/wii/cover3D/", sizeof(URL_Covers3D));
|
strlcpy(URL_Covers3D, "https://art.gametdb.com/wii/cover3D/", sizeof(URL_Covers3D));
|
||||||
strlcpy(URL_CoversFull, "https://art.gametdb.com/wii/coverfull/", sizeof(URL_CoversFull));
|
strlcpy(URL_CoversFull, "https://art.gametdb.com/wii/coverfull/", sizeof(URL_CoversFull));
|
||||||
|
Loading…
Reference in New Issue
Block a user