mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(iOS) Hide Quit RetroArch option for iOS
This commit is contained in:
parent
4100f40373
commit
7babf3c65f
@ -2406,6 +2406,8 @@ bool setting_data_append_list_main_menu_options(
|
|||||||
general_read_handler);
|
general_read_handler);
|
||||||
settings_list_current_add_flags(list, list_info, SD_FLAG_PUSH_ACTION);
|
settings_list_current_add_flags(list, list_info, SD_FLAG_PUSH_ACTION);
|
||||||
|
|
||||||
|
/* Apple rejects iOS apps that lets you forcibly quit an application. */
|
||||||
|
#if !defined(IOS)
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
lists[18],
|
lists[18],
|
||||||
"quit_retroarch",
|
"quit_retroarch",
|
||||||
@ -2419,6 +2421,7 @@ bool setting_data_append_list_main_menu_options(
|
|||||||
general_read_handler);
|
general_read_handler);
|
||||||
settings_list_current_add_cmd(list, list_info, RARCH_CMD_QUIT_RETROARCH);
|
settings_list_current_add_cmd(list, list_info, RARCH_CMD_QUIT_RETROARCH);
|
||||||
settings_list_current_add_flags(list, list_info, SD_FLAG_PUSH_ACTION);
|
settings_list_current_add_flags(list, list_info, SD_FLAG_PUSH_ACTION);
|
||||||
|
#endif
|
||||||
|
|
||||||
END_SUB_GROUP(list, list_info);
|
END_SUB_GROUP(list, list_info);
|
||||||
END_GROUP(list, list_info);
|
END_GROUP(list, list_info);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user