diff options
author | dhewg | 2011-04-05 13:57:09 +0200 |
---|---|---|
committer | dhewg | 2011-04-05 13:57:09 +0200 |
commit | 1c8fc0538815b1418bb7824e4eefda65eb2719d9 (patch) | |
tree | db5538bf4069e1f90364d9a646a7f5bc20799bf2 /backends/platform | |
parent | 9640048ad6e65c209251f68153dbc1560ee65676 (diff) | |
download | scummvm-rg350-1c8fc0538815b1418bb7824e4eefda65eb2719d9.tar.gz scummvm-rg350-1c8fc0538815b1418bb7824e4eefda65eb2719d9.tar.bz2 scummvm-rg350-1c8fc0538815b1418bb7824e4eefda65eb2719d9.zip |
ANDROID: Temporarily enable GL error checks
There's a black screen issue on Samsung devices running 2.2.1 which I
can not reproduce. Hopefully this helps hunting it down.
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/android/android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h index 76db012173..a5a30aef19 100644 --- a/backends/platform/android/android.h +++ b/backends/platform/android/android.h @@ -47,7 +47,7 @@ // toggles start //#define ANDROID_DEBUG_ENTER -//#define ANDROID_DEBUG_GL +#define ANDROID_DEBUG_GL //#define ANDROID_DEBUG_GL_CALLS // toggles end |