mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
fix typo
This commit is contained in:
parent
56b71a8d82
commit
c71c93efbd
@ -334,8 +334,8 @@ static int menu_cbs_init_bind_start_compare_type(menu_file_list_cbs_t *cbs,
|
||||
cbs->action_start = action_start_performance_counters_frontend;
|
||||
else if ((type >= MENU_SETTINGS_CORE_OPTION_START))
|
||||
cbs->action_start = action_start_core_setting;
|
||||
else if (type == MENU_LABEL_SCREEN_RESOLUTION):
|
||||
cbs->action_start = action_start_video_resolution;
|
||||
else if (type == MENU_LABEL_SCREEN_RESOLUTION)
|
||||
cbs->action_start = action_start_video_resolution;
|
||||
else
|
||||
return -1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user