Remove another hash

This commit is contained in:
twinaphex 2018-02-06 17:21:19 +01:00
parent 9436951437
commit 83aa0842ca
3 changed files with 8 additions and 7 deletions

View File

@ -814,6 +814,10 @@ static struct cbs_deferred_lbl_callback cbs_deferred_lbl_list[] = {
{
MENU_ENUM_LABEL_DEFERRED_CONFIGURATIONS_LIST,
deferred_push_configurations_list
},
{
MENU_ENUM_LABEL_ACHIEVEMENT_LIST,
deferred_push_achievement_list
}
};
@ -1337,9 +1341,6 @@ static int menu_cbs_init_bind_deferred_push_compare_label(
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_cursor_manager_list_deferred_query_rdb_entry_releaseyear);
break;
#endif
case MENU_LABEL_ACHIEVEMENT_LIST:
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_achievement_list);
break;
case MENU_LABEL_CORE_COUNTERS:
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_core_counters);
break;

View File

@ -701,6 +701,10 @@ static struct cbs_title_lbl_callback cbs_title_lbl_list[] = {
{
MENU_ENUM_LABEL_DEFERRED_CONFIGURATIONS_LIST,
action_get_configurations_list
},
{
MENU_ENUM_LABEL_ACHIEVEMENT_LIST,
action_get_title_cheevos_list
}
};
@ -1110,9 +1114,6 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
case MENU_LABEL_CONTENT_COLLECTION_LIST:
BIND_ACTION_GET_TITLE(cbs, action_get_title_collection);
break;
case MENU_LABEL_ACHIEVEMENT_LIST:
BIND_ACTION_GET_TITLE(cbs, action_get_title_cheevos_list);
break;
case MENU_LABEL_REMAP_FILE_LOAD:
BIND_ACTION_GET_TITLE(cbs, action_get_title_remap_file_load);
break;

View File

@ -1777,7 +1777,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_DATABASE_MANAGER_LIST 0x7f853d8fU
#define MENU_LABEL_CURSOR_MANAGER_LIST 0xa969e378U
#define MENU_LABEL_REMAP_FILE_LOAD 0x9c2799b8U