aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-05 08:45:28 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-05 08:45:28 +1000
commit888a5d065640ff601e07bc35710daec2c4e6cc0b (patch)
tree339324ce752a0f2c7ab5b429aa48f7d3de08139d /include
parent79d913f16dbaa17520521c645176cdbbffbb746a (diff)
downloaduGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.tar.gz
uGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.tar.bz2
uGFX-888a5d065640ff601e07bc35710daec2c4e6cc0b.zip
Update file2c tool to enable creation of directory entries for the ROM file system.
Diffstat (limited to 'include')
-rw-r--r--include/gfile/gfile.h5
-rw-r--r--include/gfile/options.h6
2 files changed, 3 insertions, 8 deletions
diff --git a/include/gfile/gfile.h b/include/gfile/gfile.h
index 9d171050..6cd2d9ad 100644
--- a/include/gfile/gfile.h
+++ b/include/gfile/gfile.h
@@ -177,11 +177,6 @@ extern "C" {
//setbuf
//setvbuf
//fflush
- //fscanf
- //scanf
- //sscanf
- //vscanf
- //vsscanf
//fgetc
//fgets
//fputc
diff --git a/include/gfile/options.h b/include/gfile/options.h
index a64937f1..55c37f8e 100644
--- a/include/gfile/options.h
+++ b/include/gfile/options.h
@@ -65,9 +65,9 @@
* @note If GFILE_ALLOW_DEVICESPECIFIC is on then you can ensure that you are
* opening a file on the ROM file system by prefixing
* its name with "S|" (the letter 'S', followed by a vertical bar).
- * @note This requires a file called romfs_files.h to be included in the
- * users project. This file includes all the files converted to .h files
- * using the file2c utility using the "-r" flag.
+ * @note This requires a file called romfs_files.h to be in the
+ * users project include path. This file should include all the files
+ * converted to .h files using the file2c utility (using flags "-dbcs").
*/
#ifndef GFILE_NEED_ROMFS
#define GFILE_NEED_ROMFS FALSE