From 1523976d2cb7a96d5b4902d4273e7194c44074b9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 6 Feb 2018 00:26:00 +0100 Subject: [PATCH] Updates --- 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 1363f35300..ba53d54ef1 100644 --- a/menu/cbs/menu_cbs_deferred_push.c +++ b/menu/cbs/menu_cbs_deferred_push.c @@ -786,6 +786,10 @@ static struct cbs_deferred_lbl_callback cbs_deferred_lbl_list[] = { { MENU_ENUM_LABEL_DOWNLOADED_FILE_DETECT_CORE_LIST, deferred_push_detect_core_list + }, + { + MENU_ENUM_LABEL_CONFIGURATIONS, + deferred_push_configurations } }; @@ -1332,9 +1336,6 @@ static int menu_cbs_init_bind_deferred_push_compare_label( case MENU_LABEL_CONTENT_COLLECTION_LIST: BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_content_collection_list); break; - case MENU_LABEL_CONFIGURATIONS: - BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_configurations); - break; case MENU_LABEL_CONTENT_HISTORY_PATH: BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_content_history_path); break; diff --git a/menu/cbs/menu_cbs_title.c b/menu/cbs/menu_cbs_title.c index 4957ff81d3..b8bd77d8dd 100644 --- a/menu/cbs/menu_cbs_title.c +++ b/menu/cbs/menu_cbs_title.c @@ -540,6 +540,10 @@ static struct cbs_title_lbl_callback cbs_title_lbl_list[] = { { MENU_ENUM_LABEL_AUDIO_DSP_PLUGIN, action_get_title_audio_filter + }, + { + MENU_ENUM_LABEL_CONFIGURATIONS, + action_get_title_configurations } }; @@ -928,9 +932,6 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs, case MENU_LABEL_DEFERRED_CORE_LIST: BIND_ACTION_GET_TITLE(cbs, action_get_title_deferred_core_list); break; - case MENU_LABEL_CONFIGURATIONS: - BIND_ACTION_GET_TITLE(cbs, action_get_title_configurations); - break; case MENU_LABEL_JOYPAD_AUTOCONFIG_DIR: BIND_ACTION_GET_TITLE(cbs, action_get_title_autoconfig_directory); break; diff --git a/msg_hash.h b/msg_hash.h index 2ce5758cd0..67002857a9 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -1846,7 +1846,6 @@ enum msg_hash_enums #define MENU_LABEL_CUSTOM_RATIO 0xf038731eU #define MENU_LABEL_PAL60_ENABLE 0x62bc416eU #define MENU_LABEL_CONTENT_HISTORY_PATH 0x6f22fb9dU -#define MENU_LABEL_CONFIGURATIONS 0x3e930a50U #define MENU_LABEL_REMAP_FILE_SAVE_CORE 0x7c9d4c8fU #define MENU_LABEL_REMAP_FILE_SAVE_GAME 0x7c9f41e0U #define MENU_LABEL_CONTENT_COLLECTION_LIST 0x32d1df83U