all repos — mgba @ 4e3bad6cd63db3cee6abcaac8a555bd14d625e97

mGBA Game Boy Advance Emulator

SDL: BUILD_GLES2 should have the GBAGLES2Context
Jeffrey Pfau jeffrey@endrift.com
Sat, 01 Aug 2015 09:21:54 -0700
commit

4e3bad6cd63db3cee6abcaac8a555bd14d625e97

parent

d312aa2c7ab1681a6eb6dbf9591d95720f0b7753

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/platform/sdl/main.hsrc/platform/sdl/main.h

@@ -60,6 +60,8 @@ bool filter;

#ifdef BUILD_GL struct GBAGLContext gl; +#elif BUILD_GLES2 + struct GBAGLES2Context gl; #endif #ifdef USE_PIXMAN

@@ -72,7 +74,6 @@ EGLDisplay display;

EGLSurface surface; EGLContext context; EGL_DISPMANX_WINDOW_T window; - struct GBAGLES2Context gl; #endif #ifdef BUILD_PANDORA