OpenTTD: Welcome to the future! Use 24bpp animated blitter by default, instead of old non-animated but fast 16bpp blitter
This commit is contained in:
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
||||
AppFullName=org.openttd.sdl
|
||||
|
||||
# Application version code (integer)
|
||||
AppVersionCode=110287
|
||||
AppVersionCode=110288
|
||||
|
||||
# Application user-visible version name (string)
|
||||
AppVersionName="1.10.2.87"
|
||||
AppVersionName="1.10.2.88"
|
||||
|
||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
||||
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled
|
||||
@@ -299,7 +299,7 @@ AppSubdirsBuild=''
|
||||
AppBuildExclude=''
|
||||
|
||||
# Application command line parameters, including app name as 0-th param
|
||||
AppCmdline='openttd -d 0 -b 16bpp-simple'
|
||||
AppCmdline='openttd -d 0 -b 32bpp-anim'
|
||||
|
||||
# Screen size is used by Google Play to prevent an app to be installed on devices with smaller screens
|
||||
# Minimum screen size that application supports: (s)mall / (m)edium / (l)arge
|
||||
|
||||
Reference in New Issue
Block a user