mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 00:41:53 +00:00
Define GLsync
This commit is contained in:
parent
77ac13b2e9
commit
0ff54e7bd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user