mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(iOS) Use setting_is_of_general_type
This commit is contained in:
parent
104c11f719
commit
e18aaf899e
@ -852,7 +852,7 @@ static void *menu_item_init(ios_menu_item_t *item, unsigned type)
|
||||
initWithSetting:setting
|
||||
action:^{}]];
|
||||
}
|
||||
else if (setting && ST_ACTION < setting->type && setting->type < ST_GROUP)
|
||||
else if (setting_is_of_general_type(setting))
|
||||
{
|
||||
[everything
|
||||
addObject:
|
||||
|
Loading…
x
Reference in New Issue
Block a user