diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 5924b66a5f..840831306c 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -4698,7 +4698,7 @@ static int action_ok_push_dropdown_item_resolution(const char *path, refreshrate = strtoul(pch, NULL, 0); if (video_display_server_set_resolution(width, height, - refreshrate, (float)refreshrate, 0, NULL)) + refreshrate, (float)refreshrate, 0, 0)) { settings_t *settings = config_get_ptr();