forked from len0rd/rockbox
File and (recursive) directories properties in the file browser context menu. Uses dircache if possible (plugin api expanded). Is actually implemented as plugin. Small parts taken from earlier work by Will Robertson.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cd605cffa3
commit
0f02e4f7a0
9 changed files with 410 additions and 3 deletions
|
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
|
||||
/* string buffer length */
|
||||
#define STRING_BUFFER_SIZE 512
|
||||
#define STRING_BUFFER_SIZE 548
|
||||
|
||||
/* number of bytes for the binary icon */
|
||||
#define ICON_LENGTH 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue