mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25964 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f9736c0b63
commit
1bd072c92d
60 changed files with 736 additions and 478 deletions
|
@ -44,6 +44,8 @@
|
|||
#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_FMS 0x1200 /* FM screen skin file */
|
||||
#define FILE_ATTR_RFMS 0x1300 /* FM screen skin file */
|
||||
#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