mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Re-enable BFI menu setting for mobile
This commit is contained in:
parent
f7678abe8d
commit
203c6218e4
@ -14332,7 +14332,6 @@ static bool setting_append_list(
|
||||
SD_FLAG_NONE
|
||||
);
|
||||
|
||||
#if !defined(RARCH_MOBILE) || defined(IOS)
|
||||
{
|
||||
#if defined(HAVE_STEAM) && defined(HAVE_MIST)
|
||||
bool on_deck = false;
|
||||
@ -14379,7 +14378,7 @@ static bool setting_append_list(
|
||||
menu_settings_list_current_add_range(list, list_info, 1, 15, 1, true, true);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
END_SUB_GROUP(list, list_info, parent_group);
|
||||
START_SUB_GROUP(
|
||||
list,
|
||||
|
Loading…
x
Reference in New Issue
Block a user