Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SDL2: Apply PAULSCODE-specific customizations (does not link).
- Configure SDL2 to use GLES2 rather than GLES1
- Rename makefiles in example project to guarantee they aren't used

Breaking this out as a separate commit so that it's clear what we did
to customize SDL2 on the native side. Also makes it easy to cherry-pick
the customizations, next time we update the SDL2 source.
  • Loading branch information
littleguy77 committed Aug 30, 2013
1 parent a887b6f commit e175994
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions jni/SDL2/include/SDL_config_android.h
Expand Up @@ -127,8 +127,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 e175994

Please sign in to comment.