mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Merge pull request #2921 from lakkatv/master
(Lakka) Use a faster mirror for the firmware upgrades
This commit is contained in:
commit
6eda5a9e3f
@ -1445,7 +1445,7 @@ static int action_ok_download_generic(const char *path,
|
|||||||
else if (string_is_equal(type_msg, "cb_lakka_download"))
|
else if (string_is_equal(type_msg, "cb_lakka_download"))
|
||||||
{
|
{
|
||||||
/* TODO unhardcode this path*/
|
/* TODO unhardcode this path*/
|
||||||
fill_pathname_join(s, "http://sources.lakka.tv/nightly",
|
fill_pathname_join(s, "http://mirror.lakka.tv/nightly",
|
||||||
LAKKA_PROJECT, sizeof(s));
|
LAKKA_PROJECT, sizeof(s));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@ -1734,7 +1734,7 @@ static int generic_action_ok_network(const char *path,
|
|||||||
#ifdef HAVE_LAKKA
|
#ifdef HAVE_LAKKA
|
||||||
case ACTION_OK_NETWORK_LAKKA_LIST:
|
case ACTION_OK_NETWORK_LAKKA_LIST:
|
||||||
/* TODO unhardcode this path */
|
/* TODO unhardcode this path */
|
||||||
fill_pathname_join(url_path, "http://sources.lakka.tv/nightly",
|
fill_pathname_join(url_path, "http://mirror.lakka.tv/nightly",
|
||||||
LAKKA_PROJECT, sizeof(url_path));
|
LAKKA_PROJECT, sizeof(url_path));
|
||||||
fill_pathname_join(url_path, url_path,
|
fill_pathname_join(url_path, url_path,
|
||||||
".index", sizeof(url_path));
|
".index", sizeof(url_path));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user