mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(RARCH_MOBILE) Make it not possible to turn off touch support
for the menu
This commit is contained in:
parent
6f99b4d381
commit
77fd0ef994
@ -4768,6 +4768,12 @@ static bool setting_append_list_menu_options(
|
|||||||
parent_group,
|
parent_group,
|
||||||
general_write_handler,
|
general_write_handler,
|
||||||
general_read_handler);
|
general_read_handler);
|
||||||
|
#ifdef RARCH_MOBILE
|
||||||
|
/* We don't want mobile users being able to switch this off. */
|
||||||
|
(*list)[list_info->index - 1].action_left = NULL;
|
||||||
|
(*list)[list_info->index - 1].action_right = NULL;
|
||||||
|
(*list)[list_info->index - 1].action_start = NULL;
|
||||||
|
#endif
|
||||||
|
|
||||||
END_SUB_GROUP(list, list_info, parent_group);
|
END_SUB_GROUP(list, list_info, parent_group);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user