sdl, enable triple buffering
authorkub <derkub@gmail.com>
Sat, 10 Oct 2020 19:00:25 +0000 (21:00 +0200)
committerkub <derkub@gmail.com>
Sat, 10 Oct 2020 19:00:25 +0000 (21:00 +0200)
Makefile

index 31a23ab..989b9b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ OBJS += platform/libpicofe/gl_platform.o
 USE_FRONTEND = 1
 endif
 ifeq "$(PLATFORM)" "generic"
-CFLAGS += -DSDL_OVERLAY_2X
+CFLAGS += -DSDL_OVERLAY_2X -DSDL_BUFFER_3X
 OBJS += platform/linux/emu.o platform/linux/blit.o # FIXME
 OBJS += platform/common/plat_sdl.o
 OBJS += platform/libpicofe/plat_sdl.o platform/libpicofe/in_sdl.o