Skip to content

Commit

Permalink
Re-enable BFI menu setting for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jan 12, 2025
1 parent f7678ab commit 203c621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions menu/menu_setting.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 203c621

Please sign in to comment.