mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +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
|
initWithSetting:setting
|
||||||
action:^{}]];
|
action:^{}]];
|
||||||
}
|
}
|
||||||
else if (setting && ST_ACTION < setting->type && setting->type < ST_GROUP)
|
else if (setting_is_of_general_type(setting))
|
||||||
{
|
{
|
||||||
[everything
|
[everything
|
||||||
addObject:
|
addObject:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user