aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm/AndroidAppSettings.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'dists/androidsdl/scummvm/AndroidAppSettings.cfg')
-rwxr-xr-x[-rw-r--r--]dists/androidsdl/scummvm/AndroidAppSettings.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
index 47dff39a7d..ec0bf6452c 100644..100755
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
@@ -225,6 +225,11 @@ AdmobTestDeviceId=
# Your AdMob banner size (BANNER/IAB_BANNER/IAB_LEADERBOARD/IAB_MRECT/IAB_WIDE_SKYSCRAPER/SMART_BANNER)
AdmobBannerSize=
-UseGlshim=n
+# Use gl4es library for provide OpenGL 1.x functionality to OpenGL ES accelerated cards (y) or (n)
+UseGl4es=n
+# Application needs to access SD card. If your data files are bigger than 5 Mb, enable it. (y) / (n)
AccessSdCard=y
+
+# Hide Android system mouse cursor image when USB mouse is attached (y) or (n) - the app must draw it's own mouse cursor
+HideSystemMousePointer=y