mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 06:11:17 +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
|
||||
#
|
||||
ifeq ($(HAVE_OPENGL), 1)
|
||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL -DHAVE_GL_SYNC
|
||||
DEFINES += -DHAVE_OPENGL -DHAVE_GLSL
|
||||
OBJ += gfx/gl.o \
|
||||
gfx/gfx_context.o \
|
||||
gfx/fonts/gl_font.o \
|
||||
|
Loading…
Reference in New Issue
Block a user