(iOS) Use setting_is_of_general_type
This commit is contained in:
parent
ed85c353cf
commit
c5568d5afa
|
@ -897,7 +897,7 @@ uint menu_select_entry(uint i) {
|
||||||
|
|
||||||
if (setting_is_of_path_type(setting))
|
if (setting_is_of_path_type(setting))
|
||||||
return false;
|
return false;
|
||||||
else if (setting && ST_ACTION < setting->type && setting->type < ST_GROUP)
|
else if (setting_is_of_general_type(setting))
|
||||||
{
|
{
|
||||||
menu->navigation.selection_ptr = i;
|
menu->navigation.selection_ptr = i;
|
||||||
if (cbs && cbs->action_ok)
|
if (cbs && cbs->action_ok)
|
||||||
|
|
Loading…
Reference in New Issue