We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d7995 commit 5d84394Copy full SHA for 5d84394
1 file changed
menu/menu_setting.c
@@ -12006,6 +12006,8 @@ static bool setting_append_list(
12006
(*list)[list_info->index - 1].get_string_representation =
12007
&setting_get_string_representation_uint_autosave_interval;
12008
#endif
12009
+
12010
+#ifdef HAVE_THREADS
12011
CONFIG_UINT(
12012
list, list_info,
12013
&settings->uints.automatic_savestate_interval,
@@ -12022,6 +12024,7 @@ static bool setting_append_list(
12022
12024
SETTINGS_DATA_LIST_CURRENT_ADD_FLAGS(list, list_info, SD_FLAG_CMD_APPLY_AUTO);
12023
12025
12026
12027
+#endif
12028
12029
CONFIG_BOOL(
12030
0 commit comments