mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
initial custom statusbar commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23212 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
27ece8c366
commit
8d032ae136
18 changed files with 332 additions and 32 deletions
|
@ -41,6 +41,8 @@
|
|||
#define FILE_ATTR_KBD 0x0C00 /* keyboard file */
|
||||
#define FILE_ATTR_FMR 0x0D00 /* preset file */
|
||||
#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
|
||||
#define FILE_ATTR_SB 0x0F00 /* cuesheet file */
|
||||
#define FILE_ATTR_RSB 0x1000 /* cuesheet 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