Added two new config options to ChangeAppSettings.sh - disable depth buffer in OpenGL renderer and enable auto screen resizing

This commit is contained in:
pelya
2010-06-10 18:49:59 +03:00
parent b12b52db57
commit 647d3eefa9
7 changed files with 45 additions and 4 deletions

View File

@@ -18,6 +18,9 @@ class Globals {
// set this dir in jni/Android.mk in SDL_CURDIR_PATH
// This string is autogenerated by ChangeAppSettings.sh, do not change spaces amount
public static boolean DownloadToSdcard = false;
// Set this value to true if you're planning to render 3D using OpenGL - it eats some GFX resources, so disabled for 2D
public static boolean NeedDepthBuffer = false;
}
class LoadLibrary {