(Settings) Bind action_ok for video_refresh_rate_auto

This commit is contained in:
twinaphex 2014-11-18 20:35:56 +01:00
parent f476d3d6f8
commit f6cb62be6d

View File

@ -2093,6 +2093,8 @@ static int menu_entries_cbs_init_bind_ok_first(menu_file_list_cbs_t *cbs,
cbs->action_ok = action_ok_restart_content;
else if (!strcmp(label, "take_screenshot"))
cbs->action_ok = action_ok_screenshot;
else if (!strcmp(label, "video_refresh_rate_auto"))
cbs->action_ok = action_ok_file_path;
else
switch (type)
{