mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
(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))
|
||||
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;
|
||||
if (cbs && cbs->action_ok)
|
||||
|
Loading…
x
Reference in New Issue
Block a user