mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-09 08:25:36 +01:00
sdl, enable triple buffering
This commit is contained in:
parent
b7bd8d4778
commit
960ea8c4a6
2
Makefile
2
Makefile
@ -113,7 +113,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user