Remove hashes

This commit is contained in:
twinaphex 2018-02-05 23:58:10 +01:00
parent b726959297
commit 942c61cb58
3 changed files with 8 additions and 10 deletions

View File

@ -774,6 +774,10 @@ static struct cbs_deferred_lbl_callback cbs_deferred_lbl_list[] = {
{
MENU_ENUM_LABEL_CHEAT_FILE_LOAD,
deferred_push_cheat_file_load
},
{
MENU_ENUM_LABEL_INPUT_OVERLAY,
deferred_push_input_overlay
}
};
@ -1326,9 +1330,6 @@ static int menu_cbs_init_bind_deferred_push_compare_label(
case MENU_LABEL_AUDIO_DSP_PLUGIN:
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_audio_dsp_plugin);
break;
case MENU_LABEL_INPUT_OVERLAY:
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_input_overlay);
break;
case MENU_LABEL_CONTENT_HISTORY_PATH:
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_content_history_path);
break;

View File

@ -532,6 +532,10 @@ static struct cbs_title_lbl_callback cbs_title_lbl_list[] = {
{
MENU_ENUM_LABEL_CHEAT_DATABASE_PATH,
action_get_title_cheat_directory
},
{
MENU_ENUM_LABEL_INPUT_OVERLAY,
action_get_title_overlay
}
};
@ -1070,9 +1074,6 @@ static int menu_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *cbs,
case MENU_LABEL_DEFERRED_ACCOUNTS_LIST:
BIND_ACTION_GET_TITLE(cbs, action_get_user_accounts_list);
break;
case MENU_LABEL_INPUT_OVERLAY:
BIND_ACTION_GET_TITLE(cbs, action_get_title_overlay);
break;
case MENU_LABEL_AUDIO_DSP_PLUGIN:
BIND_ACTION_GET_TITLE(cbs, action_get_title_audio_filter);
break;

View File

@ -1791,10 +1791,6 @@ enum msg_hash_enums
/* Information settings */
#define MENU_LABEL_SCREEN_RESOLUTION 0x5c9b3a58U
/* Input settings */
#define MENU_LABEL_INPUT_OVERLAY 0x24e24796U
#define MENU_LABEL_INPUT_OSK_OVERLAY 0x11f1c582U
/* Directory settings */
#define MENU_LABEL_CURSOR_DIRECTORY 0xdee8d377U