1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-03 01:21:10 +00:00

(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

@ -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; cbs->action_ok = action_ok_restart_content;
else if (!strcmp(label, "take_screenshot")) else if (!strcmp(label, "take_screenshot"))
cbs->action_ok = action_ok_screenshot; cbs->action_ok = action_ok_screenshot;
else if (!strcmp(label, "video_refresh_rate_auto"))
cbs->action_ok = action_ok_file_path;
else else
switch (type) switch (type)
{ {