aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/doom/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-12-24 19:58:18 +1000
committerinmarket <andrewh@inmarket.com.au>2013-12-24 19:58:18 +1000
commit0345dadebf55980d765826e32854049e498d5759 (patch)
treeaa500fb65cda08d165dc2a66062beedcbdcb30fc /demos/3rdparty/doom/gfxconf.h
parentc24512f6edaee109ac10c378e7e89218c48255b7 (diff)
downloaduGFX-0345dadebf55980d765826e32854049e498d5759.tar.gz
uGFX-0345dadebf55980d765826e32854049e498d5759.tar.bz2
uGFX-0345dadebf55980d765826e32854049e498d5759.zip
Fixes to DOOM demo to remove some operating system dependancies.
Also now has working input (although not perfect) - Needs mouse or touch. Also now supports screen size doubling when the screen is significantly larger than doom's screen.
Diffstat (limited to 'demos/3rdparty/doom/gfxconf.h')
-rw-r--r--demos/3rdparty/doom/gfxconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/3rdparty/doom/gfxconf.h b/demos/3rdparty/doom/gfxconf.h
index a061bdba..205f75ba 100644
--- a/demos/3rdparty/doom/gfxconf.h
+++ b/demos/3rdparty/doom/gfxconf.h
@@ -29,6 +29,9 @@
#define GDISP_NEED_VALIDATION TRUE
#define GDISP_NEED_CONTROL TRUE
#define GDISP_NEED_STREAMING TRUE
+#define GDISP_NEED_TEXT TRUE
+
+#define GDISP_INCLUDE_FONT_UI2 TRUE
/* Features for the GINPUT subsystem. */
#define GINPUT_NEED_MOUSE TRUE