mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 01:21:10 +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
|
#endif
|
||||||
menu_displaylist_parse_settings(menu, info,
|
menu_displaylist_parse_settings(menu, info,
|
||||||
menu_hash_to_str(MENU_LABEL_ONLINE_UPDATER), PARSE_ACTION, false);
|
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
|
#endif
|
||||||
menu_displaylist_parse_settings(menu, info,
|
menu_displaylist_parse_settings(menu, info,
|
||||||
menu_hash_to_str(MENU_LABEL_INFORMATION_LIST), PARSE_ACTION, false);
|
menu_hash_to_str(MENU_LABEL_INFORMATION_LIST), PARSE_ACTION, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user