mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
Don't define HAVE_GL_ASYNC_READBACK if GL_PIXEL_PACK_BUFFER is not
defined
This commit is contained in:
parent
c8c4dcfda7
commit
0cbd1f0882
@ -41,8 +41,10 @@
|
||||
|
||||
|
||||
#if (!defined(HAVE_OPENGLES) || defined(HAVE_OPENGLES3))
|
||||
#ifdef GL_PIXEL_PACK_BUFFER
|
||||
#define HAVE_GL_ASYNC_READBACK
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_PSGL)
|
||||
#define RARCH_GL_FRAMEBUFFER GL_FRAMEBUFFER_OES
|
||||
|
Loading…
x
Reference in New Issue
Block a user