From 6131340280db19c381aecb822f43bdb0037fe635 Mon Sep 17 00:00:00 2001 From: kub Date: Sat, 10 Oct 2020 21:00:25 +0200 Subject: [PATCH] sdl, enable triple buffering --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31a23ab8..989b9b64 100644 --- 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 -- 2.39.2