aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/widgets/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-07 18:44:32 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-07 18:44:32 +1000
commit4d3a08f5cfd244f82d1283cab702450e1dad14cd (patch)
tree817f58f61455ef4d0c296a7a44f4b56d0999b29e /demos/modules/gwin/widgets/gfxconf.h
parentf7d6b9b58e4e8d979004026b41c1bfd275218fb9 (diff)
downloaduGFX-4d3a08f5cfd244f82d1283cab702450e1dad14cd.tar.gz
uGFX-4d3a08f5cfd244f82d1283cab702450e1dad14cd.tar.bz2
uGFX-4d3a08f5cfd244f82d1283cab702450e1dad14cd.zip
Update image demo's to use GFILE ROMFS.
Diffstat (limited to 'demos/modules/gwin/widgets/gfxconf.h')
-rw-r--r--demos/modules/gwin/widgets/gfxconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h
index b536de4c..60de8d8b 100644
--- a/demos/modules/gwin/widgets/gfxconf.h
+++ b/demos/modules/gwin/widgets/gfxconf.h
@@ -81,7 +81,8 @@
/* Features for the GFILE subsystem. */
#define GFX_USE_GFILE TRUE
-#define GFILE_NEED_MEMFS TRUE
+#define GFILE_NEED_ROMFS TRUE
+//#define GFILE_NEED_NATIVEFS TRUE
/* Features for the GINPUT subsystem. */
#define GINPUT_NEED_MOUSE TRUE