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:
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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user