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:
9279264
)
SDL UI, 2x overlay mode, for improved color resolution
author
kub
<derkub@gmail.com>
Thu, 2 Jul 2020 22:46:40 +0000
(
00:46
+0200)
committer
kub
<derkub@gmail.com>
Thu, 2 Jul 2020 22:46:40 +0000
(
00:46
+0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
c23841d
..
d88e51f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-115,6
+115,7
@@
OBJS += platform/libpicofe/gl_platform.o
USE_FRONTEND = 1
endif
ifeq "$(PLATFORM)" "generic"
+CFLAGS += -DSDL_OVERLAY_2X
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