From 1ca3659d0840bc15e1f99c65fe468efdf00e9bca Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 26 Aug 2019 20:47:08 +0200 Subject: [PATCH] Need to change the name for Android --- configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.c b/configuration.c index b5bb4572de..85132a1bb9 100644 --- a/configuration.c +++ b/configuration.c @@ -1191,7 +1191,7 @@ static struct config_path_setting *populate_settings_path(settings_t *settings, SETTING_PATH("netplay_nickname", settings->paths.username, false, NULL, true); SETTING_PATH("video_filter", settings->paths.path_softfilter_plugin, false, NULL, true); SETTING_PATH("audio_dsp_plugin", settings->paths.path_audio_dsp_plugin, false, NULL, true); - SETTING_PATH("core_updater_buildbot_url", settings->paths.network_buildbot_url, false, NULL, true); + SETTING_PATH("core_update_buildbot_url", settings->paths.network_buildbot_url, false, NULL, true); SETTING_PATH("core_updater_buildbot_assets_url", settings->paths.network_buildbot_assets_url, false, NULL, true); #ifdef HAVE_NETWORKING SETTING_PATH("netplay_ip_address", settings->paths.netplay_server, false, NULL, true);