mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Fix the thumbnail downloader URL
This commit is contained in:
parent
bbb7871028
commit
fbc1134a6e
@ -1462,7 +1462,7 @@ static int action_ok_download_generic(const char *path,
|
||||
path = "shaders_cg.zip";
|
||||
else if (string_is_equal(type_msg, "cb_core_thumbnails_download"))
|
||||
{
|
||||
strlcpy(s, "http://ia800500.us.archive.org/33/items/No-Intro-Collection_2015-03-03", sizeof(s));
|
||||
strlcpy(s, "http://ia801501.us.archive.org/24/items/No-Intro_Thumbnails_2016-04-10", sizeof(s));
|
||||
}
|
||||
else
|
||||
strlcpy(s, settings->network.buildbot_url, sizeof(s));
|
||||
|
Loading…
x
Reference in New Issue
Block a user