all repos — mgba @ e830718be86a95cd193ab3367d05b0cf0c7838e3

mGBA Game Boy Advance Emulator

OpenGL: Add GL_GLEXT_PROTOTYPES define for now
Jeffrey Pfau jeffrey@endrift.com
Sun, 01 Nov 2015 12:04:09 -0800
commit

e830718be86a95cd193ab3367d05b0cf0c7838e3

parent

b7591b5d733ce2100668c2676aa64e23530e1dec

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

jump to
M src/platform/opengl/gles2.hsrc/platform/opengl/gles2.h

@@ -11,6 +11,7 @@ #ifdef __APPLE__

#include <OpenGL/gl3.h> #else #include <GL/gl.h> +#define GL_GLEXT_PROTOTYPES #include <GL/glext.h> #endif #else