mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue