From 40f2d64b6cfef040999caaf882d9fc4b70575021 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Fri, 16 Nov 2018 18:35:17 +0100 Subject: [PATCH] Android: Add zip files to naomi manifest. Load per-game std settings. --- core/nullDC.cpp | 1 + .../reicast/src/naomi/AndroidManifest.xml | 10 ++++++++++ .../reicast/src/naomi/res/values/donottranslate.xml | 1 + 3 files changed, 12 insertions(+) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 57717fd99..5fc8ccbf7 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -358,6 +358,7 @@ int dc_init() int rv = 0; if (reios_init_value != 0) return reios_init_value; + LoadSpecialSettings(); #else LoadCustom(); #endif diff --git a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml index 60c863dbc..ca642d97d 100644 --- a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml +++ b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml @@ -40,6 +40,16 @@ android:mimeType="*/*" android:pathPattern=".*\\.dat" android:scheme="file" /> + + diff --git a/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml b/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml index e1765d8ec..78983f941 100644 --- a/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml +++ b/shell/android-studio/reicast/src/naomi/res/values/donottranslate.xml @@ -7,6 +7,7 @@ bin dat lst + zip \ No newline at end of file