diff options
author | dhewg | 2011-02-23 21:13:25 +0100 |
---|---|---|
committer | dhewg | 2011-02-24 23:18:33 +0100 |
commit | 36135443b9263e0125c8f9f2834818c2f9465983 (patch) | |
tree | eea6c17196ffa77a904aaadbebd95596dcaa75ec /backends | |
parent | d8acbc0311fd126b0b3a2298082dadc98022f933 (diff) | |
download | scummvm-rg350-36135443b9263e0125c8f9f2834818c2f9465983.tar.gz scummvm-rg350-36135443b9263e0125c8f9f2834818c2f9465983.tar.bz2 scummvm-rg350-36135443b9263e0125c8f9f2834818c2f9465983.zip |
ANDROID: Disable zoning for now
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java b/backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java index fae35b6695..09d39d25ea 100644 --- a/backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java +++ b/backends/platform/android/org/inodes/gus/scummvm/ScummVMActivity.java @@ -52,7 +52,9 @@ public class ScummVMActivity extends Activity { super(ScummVMActivity.this); // Enable ScummVM zoning on 'small' screens. - enableZoning(usingSmallScreen()); + // FIXME make this optional for the user + // disabled for now since it crops too much + //enableZoning(usingSmallScreen()); } @Override |