Define GLsync

This commit is contained in:
twinaphex 2017-11-09 01:26:11 +01:00
parent 77ac13b2e9
commit 0ff54e7bd7

View File

@ -38,6 +38,10 @@ RETRO_BEGIN_DECLS
#define MAX_FENCES 4
#ifndef ARB_sync
typedef struct __GLsync *GLsync;
#endif
typedef struct gl
{
GLenum internal_fmt;