File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10755,6 +10755,12 @@ unsigned menu_displaylist_build_list(
10755
10755
MENU_ENUM_LABEL_RESET_TO_DEFAULT_CONFIG,
10756
10756
MENU_SETTING_ACTION, 0, 0, NULL))
10757
10757
count++;
10758
+ if (!settings->bools.global_core_options && menu_entries_append(list,
10759
+ msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_OPTIONS_RESET),
10760
+ "",
10761
+ MENU_ENUM_LABEL_CORE_OPTIONS_RESET,
10762
+ MENU_SETTING_ACTION_CORE_OPTIONS_RESET, 0, 0, NULL))
10763
+ count++;
10758
10764
break;
10759
10765
case DISPLAYLIST_PRIVACY_SETTINGS_LIST:
10760
10766
{
@@ -11329,13 +11335,6 @@ unsigned menu_displaylist_build_list(
11329
11335
false) == 0)
11330
11336
count++;
11331
11337
}
11332
- /* Reset core options */
11333
- if (!settings->bools.global_core_options && menu_entries_append(list,
11334
- msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_OPTIONS_RESET),
11335
- "",
11336
- MENU_ENUM_LABEL_CORE_OPTIONS_RESET,
11337
- MENU_SETTING_ACTION_CORE_OPTIONS_RESET, 0, 0, NULL))
11338
- count++;
11339
11338
}
11340
11339
break;
11341
11340
case DISPLAYLIST_DIRECTORY_SETTINGS_LIST:
You can’t perform that action at this time.
0 commit comments