mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 01:21:03 +00:00
(3DS) Server url reset default
This commit is contained in:
parent
74d97cc1ca
commit
fa8c7b4d3e
@ -17367,7 +17367,11 @@ static bool setting_append_list(
|
||||
sizeof(settings->paths.network_buildbot_url),
|
||||
MENU_ENUM_LABEL_CORE_UPDATER_BUILDBOT_URL,
|
||||
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_BUILDBOT_URL,
|
||||
#if defined(_3DS)
|
||||
envIsHomebrew() ? DEFAULT_BUILDBOT_SERVER_URL"3dsx/" : DEFAULT_BUILDBOT_SERVER_URL"cia/",
|
||||
#else
|
||||
DEFAULT_BUILDBOT_SERVER_URL,
|
||||
#endif
|
||||
&group_info,
|
||||
&subgroup_info,
|
||||
parent_group,
|
||||
|
Loading…
x
Reference in New Issue
Block a user