diff --git a/rpcs3/Emu/RSX/GL/OpenGL.h b/rpcs3/Emu/RSX/GL/OpenGL.h index 3c51a2792a..04fe45a84e 100644 --- a/rpcs3/Emu/RSX/GL/OpenGL.h +++ b/rpcs3/Emu/RSX/GL/OpenGL.h @@ -25,6 +25,12 @@ typedef BOOL (WINAPI* PFNWGLSWAPINTERVALEXTPROC) (int interval); #include #endif +#ifndef GL_TEXTURE_BUFFER_BINDING +//During spec release, this enum was removed during upgrade from ARB equivalent +//See https://www.khronos.org/bugzilla/show_bug.cgi?id=844 +#define GL_TEXTURE_BUFFER_BINDING 0x8C2A +#endif + namespace gl { void init();