From e52be87bf1e4fbe94f644a035bfd3880aec101bc Mon Sep 17 00:00:00 2001 From: zackhow Date: Thu, 4 Oct 2018 20:01:05 -0400 Subject: Android: Require user to enable savestate menus With the nature of android updates invalidating save states, it's best to hide these options unless enabled by the user. The option to use savestates can now be enabled via the General settings menu. --- .../Android/app/src/main/res/layout/fragment_ingame_menu.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Source/Android/app/src/main/res/layout') diff --git a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml index 8415a2045b..450ab32272 100644 --- a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml +++ b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml @@ -35,22 +35,26 @@