mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Merge pull request #1019 from lakkatv/lakka
Remove -DHAVE_GL_SYNC from GLES builds
This commit is contained in:
commit
1d39b5d097
@ -332,7 +332,7 @@ endif
|
|||||||
# Video
|
# Video
|
||||||
#
|
#
|
||||||
ifeq ($(HAVE_OPENGL), 1)
|
ifeq ($(HAVE_OPENGL), 1)
|
||||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL -DHAVE_GL_SYNC
|
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
||||||
OBJ += gfx/gl.o \
|
OBJ += gfx/gl.o \
|
||||||
gfx/gfx_context.o \
|
gfx/gfx_context.o \
|
||||||
gfx/fonts/gl_font.o \
|
gfx/fonts/gl_font.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user