(GLUI) Add back settings for mobile for now- can go again when

tabs are responding to touch
This commit is contained in:
twinaphex 2015-10-30 09:48:13 +01:00
parent 54693ee7dd
commit e36ff60acc

View File

@ -1270,6 +1270,10 @@ static int glui_list_push(menu_displaylist_info_t *info, unsigned type)
#endif
menu_displaylist_parse_settings(menu, info,
menu_hash_to_str(MENU_LABEL_ONLINE_UPDATER), PARSE_ACTION, false);
#endif
#ifdef RARCH_MOBILE
menu_displaylist_parse_settings(menu, info,
menu_hash_to_str(MENU_LABEL_SETTINGS), PARSE_ACTION, false);
#endif
menu_displaylist_parse_settings(menu, info,
menu_hash_to_str(MENU_LABEL_INFORMATION_LIST), PARSE_ACTION, false);