@@ -1869,15 +1869,11 @@ static struct config_bool_setting *populate_settings_bool(
18691869 SETTING_BOOL ("cloud_sync_sync_configs" , & settings -> bools .cloud_sync_sync_configs , true, true, false);
18701870 SETTING_BOOL ("cloud_sync_sync_thumbs" , & settings -> bools .cloud_sync_sync_thumbs , true, false, false);
18711871 SETTING_BOOL ("cloud_sync_sync_system" , & settings -> bools .cloud_sync_sync_system , true, false, false);
1872- #ifdef HAVE_MIST
1873- SETTING_BOOL ("steam_rich_presence_enable" , & settings -> bools .steam_rich_presence_enable , true, false, false);
1874- #endif
18751872 SETTING_BOOL ("log_to_file" , & settings -> bools .log_to_file , true, DEFAULT_LOG_TO_FILE , false);
18761873 SETTING_OVERRIDE (RARCH_OVERRIDE_SETTING_LOG_TO_FILE );
18771874 SETTING_BOOL ("log_to_file_timestamp" , & settings -> bools .log_to_file_timestamp , true, DEFAULT_LOG_TO_FILE_TIMESTAMP , false);
18781875 SETTING_BOOL ("ai_service_enable" , & settings -> bools .ai_service_enable , true, DEFAULT_AI_SERVICE_ENABLE , false);
18791876 SETTING_BOOL ("ai_service_pause" , & settings -> bools .ai_service_pause , true, DEFAULT_AI_SERVICE_PAUSE , false);
1880- SETTING_BOOL ("wifi_enabled" , & settings -> bools .wifi_enabled , true, DEFAULT_WIFI_ENABLE , false);
18811877#ifndef HAVE_LAKKA
18821878 SETTING_BOOL ("gamemode_enable" , & settings -> bools .gamemode_enable , true, DEFAULT_GAMEMODE_ENABLE , false);
18831879#endif
@@ -1958,6 +1954,11 @@ static struct config_bool_setting *populate_settings_bool(
19581954#include "settings/settings_def_video_fullscreen.h"
19591955#define SETTINGS_DEF_CONFIG_PASS
19601956#include "settings/settings_def_video_sync.h"
1957+ #include "settings/settings_def_wifi.h"
1958+ #ifdef HAVE_MIST
1959+ #include "settings/settings_def_steam_presence.h"
1960+ #endif
1961+ #include "settings/settings_def_playlist_sorting.h"
19611962#ifdef HAVE_MENU
19621963#if defined(HAVE_OZONE ) || defined(HAVE_XMB )
19631964#include "settings/settings_def_playlist_flags.h"
@@ -2468,7 +2469,6 @@ static struct config_bool_setting *populate_settings_bool(
24682469
24692470 SETTING_BOOL ("content_runtime_log" , & settings -> bools .content_runtime_log , true, DEFAULT_CONTENT_RUNTIME_LOG , false);
24702471 SETTING_BOOL ("content_runtime_log_aggregate" , & settings -> bools .content_runtime_log_aggregate , true, DEFAULT_CONTENT_RUNTIME_LOG_AGGREGATE , false);
2471- SETTING_BOOL ("history_list_enable" , & settings -> bools .history_list_enable , true, DEFAULT_HISTORY_LIST_ENABLE , false);
24722472 SETTING_BOOL ("playlist_entry_rename" , & settings -> bools .playlist_entry_rename , true, DEFAULT_PLAYLIST_ENTRY_RENAME , false);
24732473 SETTING_BOOL ("playlist_use_old_format" , & settings -> bools .playlist_use_old_format , true, DEFAULT_PLAYLIST_USE_OLD_FORMAT , false);
24742474 SETTING_BOOL ("playlist_compression" , & settings -> bools .playlist_compression , true, DEFAULT_PLAYLIST_COMPRESSION , false);
@@ -2581,6 +2581,11 @@ static struct config_float_setting *populate_settings_float(
25812581#include "settings/settings_def_video_fullscreen.h"
25822582#define SETTINGS_DEF_CONFIG_PASS
25832583#include "settings/settings_def_video_sync.h"
2584+ #include "settings/settings_def_wifi.h"
2585+ #ifdef HAVE_MIST
2586+ #include "settings/settings_def_steam_presence.h"
2587+ #endif
2588+ #include "settings/settings_def_playlist_sorting.h"
25842589#ifdef HAVE_MENU
25852590#if defined(HAVE_OZONE ) || defined(HAVE_XMB )
25862591#include "settings/settings_def_playlist_flags.h"
@@ -3067,7 +3072,6 @@ static struct config_uint_setting *populate_settings_uint(
30673072 SETTING_UINT ("replay_checkpoint_interval" , & settings -> uints .replay_checkpoint_interval , true, DEFAULT_REPLAY_CHECKPOINT_INTERVAL , false);
30683073 SETTING_UINT ("savestate_max_keep" , & settings -> uints .savestate_max_keep , true, DEFAULT_SAVESTATE_MAX_KEEP , false);
30693074#ifdef HAVE_MENU
3070- SETTING_UINT ("content_history_size" , & settings -> uints .content_history_size , true, DEFAULT_CONTENT_HISTORY_SIZE , false);
30713075 SETTING_UINT ("playlist_entry_remove_enable" , & settings -> uints .playlist_entry_remove_enable , true, DEFAULT_PLAYLIST_ENTRY_REMOVE_ENABLE , false);
30723076 SETTING_UINT ("menu_thumbnails" , & settings -> uints .gfx_thumbnails , true, DEFAULT_GFX_THUMBNAILS_DEFAULT , false);
30733077 SETTING_UINT ("menu_left_thumbnails" , & settings -> uints .menu_left_thumbnails , true, DEFAULT_MENU_LEFT_THUMBNAILS_DEFAULT , false);
@@ -3177,6 +3181,11 @@ static struct config_uint_setting *populate_settings_uint(
31773181#include "settings/settings_def_video_fullscreen.h"
31783182#define SETTINGS_DEF_CONFIG_PASS
31793183#include "settings/settings_def_video_sync.h"
3184+ #include "settings/settings_def_wifi.h"
3185+ #ifdef HAVE_MIST
3186+ #include "settings/settings_def_steam_presence.h"
3187+ #endif
3188+ #include "settings/settings_def_playlist_sorting.h"
31803189#ifdef HAVE_MENU
31813190#if defined(HAVE_OZONE ) || defined(HAVE_XMB )
31823191#include "settings/settings_def_playlist_flags.h"
@@ -3660,9 +3669,6 @@ static struct config_uint_setting *populate_settings_uint(
36603669 SETTING_UINT ("cpu_max_freq" , & settings -> uints .cpu_max_freq , true, ~0U , false);
36613670#endif
36623671
3663- #ifdef HAVE_MIST
3664- SETTING_UINT ("steam_rich_presence_format" , & settings -> uints .steam_rich_presence_format , true, DEFAULT_STEAM_RICH_PRESENCE_FORMAT , false);
3665- #endif
36663672
36673673#ifdef HAVE_OVERLAY
36683674 SETTING_UINT ("input_overlay_lightgun_trigger_delay" , & settings -> uints .input_overlay_lightgun_trigger_delay , true, DEFAULT_INPUT_OVERLAY_LIGHTGUN_TRIGGER_DELAY , false);
@@ -3755,6 +3761,11 @@ static struct config_int_setting *populate_settings_int(
37553761#include "settings/settings_def_video_fullscreen.h"
37563762#define SETTINGS_DEF_CONFIG_PASS
37573763#include "settings/settings_def_video_sync.h"
3764+ #include "settings/settings_def_wifi.h"
3765+ #ifdef HAVE_MIST
3766+ #include "settings/settings_def_steam_presence.h"
3767+ #endif
3768+ #include "settings/settings_def_playlist_sorting.h"
37583769#ifdef HAVE_MENU
37593770#if defined(HAVE_OZONE ) || defined(HAVE_XMB )
37603771#include "settings/settings_def_playlist_flags.h"
@@ -4178,6 +4189,11 @@ static struct config_int_setting *populate_settings_int(
41784189#include "settings/settings_def_video_fullscreen.h"
41794190#define SETTINGS_DEF_CONFIG_PASS
41804191#include "settings/settings_def_video_sync.h"
4192+ #include "settings/settings_def_wifi.h"
4193+ #ifdef HAVE_MIST
4194+ #include "settings/settings_def_steam_presence.h"
4195+ #endif
4196+ #include "settings/settings_def_playlist_sorting.h"
41814197#ifdef HAVE_MENU
41824198#if defined(HAVE_OZONE ) || defined(HAVE_XMB )
41834199#include "settings/settings_def_playlist_flags.h"
0 commit comments