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