This commit is contained in:
twinaphex 2018-02-06 00:26:00 +01:00
parent 0e46a6b77e
commit 1523976d2c
3 changed files with 8 additions and 7 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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