mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(GLSM) Prevent warning
This commit is contained in:
parent
017bf34d71
commit
7dc297edfc
@ -1848,6 +1848,8 @@ void *rglFenceSync(GLenum condition, GLbitfield flags)
|
||||
{
|
||||
#if defined(HAVE_OPENGL) || defined(HAVE_OPENGLES) && defined(HAVE_OPENGLES3)
|
||||
return (GLsync)glFenceSync(condition, flags);
|
||||
#else
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user