mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: compilation fix for old distribution
This commit is contained in:
parent
e6e534c13a
commit
e73d8f383b
|
@ -38,6 +38,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Allow compilation with older mesa
|
// Allow compilation with older mesa
|
||||||
|
#ifndef GL_VERSION_4_3
|
||||||
|
#define GL_VERSION_4_3 1
|
||||||
|
typedef void (APIENTRYP PFNGLDEBUGMESSAGECALLBACKPROC) (GLDEBUGPROC callback, const void *userParam);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef GL_ARB_copy_image
|
#ifndef GL_ARB_copy_image
|
||||||
#define GL_ARB_copy_image 1
|
#define GL_ARB_copy_image 1
|
||||||
|
|
Loading…
Reference in New Issue