From 0e5bfb66f03551f998405ce6674f3e6eab4a0150 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 24 Dec 2012 16:45:49 +0000 Subject: ANDROID: Remove parameter forcing use of Modern theme. This parameter overrides any user choice in the GUI or config file, which is not good UX design (and is making it hard to debug loading issues associated with theme files). If we want to set this to default to Modern, we should do this in a different way i.e. do this by ConfMan.loadDefaultConfigFile() This is probably related to the Android issue with the backend init running before main() is called, rather than after... --- backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java b/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java index 34c6df3a3a..829a948435 100644 --- a/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java +++ b/backends/platform/android/org/scummvm/scummvm/ScummVMActivity.java @@ -160,7 +160,6 @@ public class ScummVMActivity extends Activity { "ScummVM", "--config=" + getFileStreamPath("scummvmrc").getPath(), "--path=" + Environment.getExternalStorageDirectory().getPath(), - "--gui-theme=scummmodern", "--savepath=" + savePath }); -- cgit v1.2.3