mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(GLUI) Add back settings for mobile for now- can go again when
tabs are responding to touch
This commit is contained in:
parent
54693ee7dd
commit
e36ff60acc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user