mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanups
This commit is contained in:
parent
226206e2f8
commit
8e21e61923
@ -3839,6 +3839,11 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
|
||||
BIND_ACTION_OK(cbs, action_ok_load_archive);
|
||||
return 0;
|
||||
}
|
||||
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_SHADER_APPLY_CHANGES)))
|
||||
{
|
||||
BIND_ACTION_OK(cbs, action_ok_shader_apply_changes);
|
||||
return 0;
|
||||
}
|
||||
else if (cbs->enum_idx != MSG_UNKNOWN)
|
||||
{
|
||||
switch (cbs->enum_idx)
|
||||
@ -4285,9 +4290,6 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
|
||||
case MENU_LABEL_DETECT_CORE_LIST_OK:
|
||||
BIND_ACTION_OK(cbs, action_ok_file_load_detect_core);
|
||||
break;
|
||||
case MENU_LABEL_SHADER_APPLY_CHANGES:
|
||||
BIND_ACTION_OK(cbs, action_ok_shader_apply_changes);
|
||||
break;
|
||||
case MENU_LABEL_CHEAT_APPLY_CHANGES:
|
||||
BIND_ACTION_OK(cbs, action_ok_cheat_apply_changes);
|
||||
break;
|
||||
|
@ -1869,8 +1869,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_ONSCREEN_KEYBOARD_OVERLAY_SETTINGS 0xa6de9ba6U
|
||||
#define MENU_LABEL_SHADER_APPLY_CHANGES 0x4f7306b9U
|
||||
#define MENU_LABEL_CONFIGURATIONS 0x3e930a50U
|
||||
#define MENU_LABEL_REMAP_FILE_SAVE_CORE 0x7c9d4c8fU
|
||||
#define MENU_LABEL_REMAP_FILE_SAVE_GAME 0x7c9f41e0U
|
||||
|
Loading…
x
Reference in New Issue
Block a user