aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm/AndroidAppSettings.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'dists/androidsdl/scummvm/AndroidAppSettings.cfg')
-rw-r--r--dists/androidsdl/scummvm/AndroidAppSettings.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
index 73d794e1ab..d9f05ad2f4 100644
--- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg
+++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
@@ -41,7 +41,7 @@ NeedGles2=n
# Application uses software video buffer - you're calling SDL_SetVideoMode() without SDL_HWSURFACE and without SDL_OPENGL,
# this will allow small speed optimization. Enable this even when you're using SDL_HWSURFACE. (y) or (n)
-SwVideoMode=n
+SwVideoMode=y
# Application video output will be resized to fit into native device screen (y)/(n)
SdlVideoResize=y
@@ -165,16 +165,16 @@ FirstStartMenuOptions=''
# Enable multi-ABI binary, with hardware FPU support - it will also work on old devices,
# but .apk size is 2x bigger (y) / (n) / (x86) / (all)
-MultiABI="armeabi-v7a"
+MultiABI="armeabi"
# Minimum amount of RAM application requires, in Mb, SDL will print warning to user if it's lower
AppMinimumRAM=256
# Application version code (integer)
-AppVersionCode=19002
+AppVersionCode=@ANDROID_VERSIONCODE@
# Application user-visible version name (string)
-AppVersionName="1.9.0git1661"
+AppVersionName="1.9.0git"
# Reset SDL config when updating application to the new version (y) / (n)
ResetSdlConfigForThisVersion=y
@@ -227,4 +227,4 @@ AdmobBannerSize=
UseGlshim=n
-AccessSdCard=y \ No newline at end of file
+AccessSdCard=y