Fixed issues with warnings when compiling menu_cbs_sublabel.c after CRT geometry adjust PR

This commit is contained in:
alphanu 2025-06-09 10:32:21 -07:00
parent 30b0b39df1
commit 3f59af3f99
1 changed files with 3 additions and 0 deletions

View File

@ -2530,6 +2530,9 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs,
case MENU_ENUM_LABEL_CRT_SWITCH_PORCH_ADJUST: case MENU_ENUM_LABEL_CRT_SWITCH_PORCH_ADJUST:
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_crt_switchres_porch_adjust); BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_crt_switchres_porch_adjust);
break; break;
case MENU_ENUM_LABEL_CRT_SWITCH_VERTICAL_ADJUST:
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_crt_switchres_vertical_adjust);
break;
case MENU_ENUM_LABEL_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE: case MENU_ENUM_LABEL_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE:
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_crt_switchres_use_custom_refresh_rate); BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_crt_switchres_use_custom_refresh_rate);
break; break;