From d406c03ba9cb8b4527d9f8d85e529eeae9ae24e0 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 30 Jul 2020 02:00:39 +1000 Subject: [PATCH] Android: Add memory card mode settings --- android/app/src/main/res/values/arrays.xml | 12 ++++++++++++ .../app/src/main/res/xml/root_preferences.xml | 17 +++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/android/app/src/main/res/values/arrays.xml b/android/app/src/main/res/values/arrays.xml index f6185004d..192148cf6 100644 --- a/android/app/src/main/res/values/arrays.xml +++ b/android/app/src/main/res/values/arrays.xml @@ -75,4 +75,16 @@ DigitalController AnalogController + + No Memory Card + Shared Between All Games + Separate Card Per Game (Game Code) + Separate Card Per Game (Game Title) + + + None + Shared + PerGame + PerGameTitle + diff --git a/android/app/src/main/res/xml/root_preferences.xml b/android/app/src/main/res/xml/root_preferences.xml index a35663a07..07f03f492 100644 --- a/android/app/src/main/res/xml/root_preferences.xml +++ b/android/app/src/main/res/xml/root_preferences.xml @@ -156,5 +156,22 @@ app:title="Display Touchscreen Controller" app:defaultValue="true" /> + + + + +