forked from len0rd/rockbox
Added support for configurable rockbox directory. FS#9567 by Alex Bennee.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19208 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c43f7be0a
commit
ad8d6031c1
9 changed files with 217 additions and 144 deletions
|
@ -27,8 +27,7 @@
|
|||
|
||||
#define DIRCACHE_RESERVE (1024*64)
|
||||
#define DIRCACHE_LIMIT (1024*1024*6)
|
||||
/* FIXME: We should use ROCKBOX_DIR here but it's defined in apps/ */
|
||||
#define DIRCACHE_FILE "/.rockbox/dircache.dat"
|
||||
#define DIRCACHE_FILE ROCKBOX_DIR"/dircache.dat"
|
||||
|
||||
#define DIRCACHE_APPFLAG_TAGCACHE 0x0001
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue