diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-09 02:19:38 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-09 02:19:38 +0100 |
commit | f68f4fcd21831894a1330131d7feefa0e63c39c1 (patch) | |
tree | 53f68c28ca4bc52a9ef0d393b362a488ca8e0ddf /demos/modules/gwin/widgets/gfxconf.h | |
parent | 3c6df9a4a1b810411d9207fd2da39c3378bb9657 (diff) | |
parent | c5f87f9952b11f0792dd1455e3f4286123c1d388 (diff) | |
download | uGFX-f68f4fcd21831894a1330131d7feefa0e63c39c1.tar.gz uGFX-f68f4fcd21831894a1330131d7feefa0e63c39c1.tar.bz2 uGFX-f68f4fcd21831894a1330131d7feefa0e63c39c1.zip |
Merge branch 'gfile'
Diffstat (limited to 'demos/modules/gwin/widgets/gfxconf.h')
-rw-r--r-- | demos/modules/gwin/widgets/gfxconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/modules/gwin/widgets/gfxconf.h b/demos/modules/gwin/widgets/gfxconf.h index b22af659..60de8d8b 100644 --- a/demos/modules/gwin/widgets/gfxconf.h +++ b/demos/modules/gwin/widgets/gfxconf.h @@ -79,6 +79,11 @@ #define GWIN_NEED_RADIO TRUE #define GWIN_NEED_LIST TRUE +/* Features for the GFILE subsystem. */ +#define GFX_USE_GFILE TRUE +#define GFILE_NEED_ROMFS TRUE +//#define GFILE_NEED_NATIVEFS TRUE + /* Features for the GINPUT subsystem. */ #define GINPUT_NEED_MOUSE TRUE |