mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
GLsync build fix for HAVE_OPENGLES2
This commit is contained in:
parent
bc4bbe79aa
commit
6bb2a0e142
@ -53,6 +53,12 @@
|
||||
|
||||
#define MAX_FENCES 4
|
||||
|
||||
#ifndef HAVE_PSGL
|
||||
#if defined(HAVE_OPENGLES2)
|
||||
typedef struct __GLsync *GLsync;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct gl2_renderchain
|
||||
{
|
||||
bool egl_images;
|
||||
|
Loading…
x
Reference in New Issue
Block a user