diff --git a/menu/cbs/menu_cbs_title.c b/menu/cbs/menu_cbs_title.c index dc9bee36db..e511a5566d 100644 --- a/menu/cbs/menu_cbs_title.c +++ b/menu/cbs/menu_cbs_title.c @@ -548,6 +548,14 @@ static struct cbs_title_lbl_callback cbs_title_lbl_list[] = { { MENU_ENUM_LABEL_CORE_LIST, action_get_core_list + }, + { + MENU_ENUM_LABEL_CORE_INFORMATION, + action_get_core_information_list + }, + { + MENU_ENUM_LABEL_CORE_OPTIONS, + action_get_core_options_list } }; @@ -1011,9 +1019,6 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs, case MENU_LABEL_CURSOR_MANAGER_LIST: BIND_ACTION_GET_TITLE(cbs, action_get_cursor_manager_list); break; - case MENU_LABEL_CORE_INFORMATION: - BIND_ACTION_GET_TITLE(cbs, action_get_core_information_list); - break; case MENU_ENUM_LABEL_LOAD_CONTENT_SPECIAL: BIND_ACTION_GET_TITLE(cbs, action_get_load_content_special); break; @@ -1023,9 +1028,6 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs, case MENU_LABEL_DEFERRED_CONFIGURATIONS_LIST: BIND_ACTION_GET_TITLE(cbs, action_get_configurations_list); break; - case MENU_LABEL_CORE_OPTIONS: - BIND_ACTION_GET_TITLE(cbs, action_get_core_options_list); - break; case MENU_LABEL_CORE_INPUT_REMAPPING_OPTIONS: BIND_ACTION_GET_TITLE(cbs, action_get_input_remapping_options_list); break; diff --git a/msg_hash.h b/msg_hash.h index c7d9478c6c..3d23073c70 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1833,8 +1833,6 @@ enum msg_hash_enums #define MENU_LABEL_FRONTEND_COUNTERS 0xe5696877U #define MENU_LABEL_CORE_COUNTERS 0x64cc83e0U #define MENU_LABEL_ACHIEVEMENT_LIST 0x7b90fc49U -#define MENU_LABEL_CORE_INFORMATION 0xb638e0d3U -#define MENU_LABEL_CORE_OPTIONS 0xf65e60f9U #define MENU_LABEL_SHADER_OPTIONS 0x1f7d2fc7U #define MENU_LABEL_CORE_CHEAT_OPTIONS 0x9293171dU #define MENU_LABEL_CORE_INPUT_REMAPPING_OPTIONS 0x7836a8caU