mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
menu_cbs_select.c - String option settings were not being bound to
action OK callback
This commit is contained in:
parent
919a23c442
commit
a0efad3cc8
@ -67,6 +67,7 @@ static int action_select_default(const char *path, const char *label, unsigned t
|
||||
case ST_UINT:
|
||||
case ST_SIZE:
|
||||
case ST_FLOAT:
|
||||
case ST_STRING_OPTIONS:
|
||||
if (cbs->action_ok)
|
||||
action = MENU_ACTION_OK;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user