From 83aa0842ca7be9d09ca6135e32f2804c86093aa8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Feb 2018 17:21:19 +0100 Subject: [PATCH] Remove another hash --- menu/cbs/menu_cbs_deferred_push.c | 7 ++++--- menu/cbs/menu_cbs_title.c | 7 ++++--- msg_hash.h | 1 - 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/menu/cbs/menu_cbs_deferred_push.c b/menu/cbs/menu_cbs_deferred_push.c index 1d47973cbc..f92dbb0593 100644 --- a/menu/cbs/menu_cbs_deferred_push.c +++ b/menu/cbs/menu_cbs_deferred_push.c @@ -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; diff --git a/menu/cbs/menu_cbs_title.c b/menu/cbs/menu_cbs_title.c index 53df22f484..fed7db49df 100644 --- a/menu/cbs/menu_cbs_title.c +++ b/menu/cbs/menu_cbs_title.c @@ -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; diff --git a/msg_hash.h b/msg_hash.h index d873506e75..df948d21a1 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -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