notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4153006
)
sdl, enable triple buffering
author
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 19:00:25 +0000
(21:00 +0200)
committer
kub
<derkub@gmail.com>
Sat, 10 Oct 2020 19:00:25 +0000
(21:00 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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