summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-10-28 23:31:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-10-28 23:31:42 +0000
commitd789e418847a527ffcfb90ed3443fb05efa2da04 (patch)
treefdc0c5a012ead2faed48fe8434167104a4620737 /apps/filetypes.h
parent97881c1a62612e6fd716bd2feabeb1a333159d0d (diff)
downloadrockbox-d789e418847a527ffcfb90ed3443fb05efa2da04.tar.gz
rockbox-d789e418847a527ffcfb90ed3443fb05efa2da04.zip
Add support for running Lua games/apps from the Plugins menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index d3846b03bf..068ec3b259 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -43,6 +43,7 @@
43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */ 43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
44#define FILE_ATTR_SBS 0x0F00 /* statusbar file */ 44#define FILE_ATTR_SBS 0x0F00 /* statusbar file */
45#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */ 45#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */
46#define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */
46#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 47#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
47 48
48struct filetype { 49struct filetype {