SDL: yet another Android 2.3 fix
This commit is contained in:
@@ -354,7 +354,7 @@ public class MainActivity extends Activity
|
|||||||
mGLView = new DemoGLSurfaceView(this);
|
mGLView = new DemoGLSurfaceView(this);
|
||||||
SetLayerType.get().setLayerType(mGLView);
|
SetLayerType.get().setLayerType(mGLView);
|
||||||
// Add TV screen borders, if needed
|
// Add TV screen borders, if needed
|
||||||
if( Globals.TvBorders )
|
if( isRunningOnOUYA() && Globals.TvBorders )
|
||||||
{
|
{
|
||||||
RelativeLayout view = new RelativeLayout(this);
|
RelativeLayout view = new RelativeLayout(this);
|
||||||
RelativeLayout.LayoutParams layout;
|
RelativeLayout.LayoutParams layout;
|
||||||
|
|||||||
Submodule project/jni/application/commandergenius/commandergenius updated: 4b376d1675...c5210b0c42
@@ -7,10 +7,10 @@ AppName="OpenTTD"
|
|||||||
AppFullName=org.openttd.sdl
|
AppFullName=org.openttd.sdl
|
||||||
|
|
||||||
# Application version code (integer)
|
# Application version code (integer)
|
||||||
AppVersionCode=16162
|
AppVersionCode=16163
|
||||||
|
|
||||||
# Application user-visible version name (string)
|
# Application user-visible version name (string)
|
||||||
AppVersionName="1.6.1.62"
|
AppVersionName="1.6.1.63"
|
||||||
|
|
||||||
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
|
# 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, other downloads should be selected by user from startup config menu
|
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
|
||||||
|
|||||||
Submodule project/jni/application/vice/vice updated: 0b817c357e...9f2803c7ab
Submodule project/jni/boost/src updated: 5824acb451...bc9ea9d303
Submodule project/jni/shmem updated: c2a28f528d...f6b49516cf
Reference in New Issue
Block a user