SDL: BUILD_GLES2 should have the GBAGLES2Context

This commit is contained in:
Jeffrey Pfau 2015-08-01 09:21:54 -07:00
parent d312aa2c7a
commit 4e3bad6cd6
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,8 @@ struct SDLSoftwareRenderer {
#ifdef BUILD_GL
struct GBAGLContext gl;
#elif BUILD_GLES2
struct GBAGLES2Context gl;
#endif
#ifdef USE_PIXMAN
@ -72,7 +74,6 @@ struct SDLSoftwareRenderer {
EGLSurface surface;
EGLContext context;
EGL_DISPMANX_WINDOW_T window;
struct GBAGLES2Context gl;
#endif
#ifdef BUILD_PANDORA