mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(menu_entries_cbs.c) Cleanups
This commit is contained in:
parent
1f3faac713
commit
34b95bbf31
@ -1980,8 +1980,6 @@ static void menu_entries_cbs_init_bind_toggle(menu_file_list_cbs_t *cbs,
|
|||||||
cbs->action_toggle = action_toggle_shader_filter_default;
|
cbs->action_toggle = action_toggle_shader_filter_default;
|
||||||
else if (!strcmp(label, "video_shader_num_passes"))
|
else if (!strcmp(label, "video_shader_num_passes"))
|
||||||
cbs->action_toggle = action_toggle_shader_num_passes;
|
cbs->action_toggle = action_toggle_shader_num_passes;
|
||||||
else if (!strcmp(label, "shader_apply_changes"))
|
|
||||||
cbs->action_toggle = menu_action_setting_set;
|
|
||||||
else if (type == MENU_SETTINGS_VIDEO_RESOLUTION)
|
else if (type == MENU_SETTINGS_VIDEO_RESOLUTION)
|
||||||
cbs->action_toggle = action_toggle_video_resolution;
|
cbs->action_toggle = action_toggle_video_resolution;
|
||||||
else if ((type >= MENU_SETTINGS_CORE_OPTION_START))
|
else if ((type >= MENU_SETTINGS_CORE_OPTION_START))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user