Merge pull request #11806 from MrHuu/ctr_server_url_default

(3DS) Server url reset default
This commit is contained in:
Autechre 2021-01-02 16:54:29 +01:00 committed by GitHub
commit 780bfa7489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,