mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Merge pull request #5866 from ToKe79/fix-glsync-build-error
GLsync build fix for HAVE_OPENGLES2
This commit is contained in:
commit
300dbdf883
@ -53,6 +53,12 @@
|
|||||||
|
|
||||||
#define MAX_FENCES 4
|
#define MAX_FENCES 4
|
||||||
|
|
||||||
|
#ifndef HAVE_PSGL
|
||||||
|
#if defined(HAVE_OPENGLES2)
|
||||||
|
typedef struct __GLsync *GLsync;
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct gl2_renderchain
|
typedef struct gl2_renderchain
|
||||||
{
|
{
|
||||||
bool egl_images;
|
bool egl_images;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user