mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
97881c1a62
commit
d789e41884
3 changed files with 13 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
|||
#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
|
||||
#define FILE_ATTR_SBS 0x0F00 /* statusbar file */
|
||||
#define FILE_ATTR_RSBS 0x1000 /* remote statusbar file */
|
||||
#define FILE_ATTR_LUA 0x1100 /* Lua rockbox plugin */
|
||||
#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
|
||||
|
||||
struct filetype {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue