Skip to content

Commit

Permalink
SDL: Use GLES2 instead of GLES1 for Android.
Browse files Browse the repository at this point in the history
This seems to fix the instability from the last commit.

Now I'm really curious what else this fixes (or breaks).
  • Loading branch information
littleguy77 authored and paulscode committed Mar 8, 2013
1 parent f73862f commit 169ec16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jni/SDL/include/SDL_config_android.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
/* Enable various video drivers */
#define SDL_VIDEO_DRIVER_ANDROID 1

/* Enable OpenGL ES */
#define SDL_VIDEO_OPENGL_ES 1
/* Enable OpenGL ES2 */
#define SDL_VIDEO_OPENGL_ES2 1
#define SDL_VIDEO_RENDER_OGL_ES 1
#define SDL_VIDEO_RENDER_OGL_ES2 1

Expand Down

0 comments on commit 169ec16

Please sign in to comment.