forked from len0rd/rockbox
User now receives a message if initial directory cache initialization
fails. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7988 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
93d8ca53c3
commit
354a00627e
2 changed files with 21 additions and 8 deletions
|
@ -24,7 +24,7 @@
|
|||
#ifdef HAVE_DIRCACHE
|
||||
|
||||
#define DIRCACHE_RESERVE (1024*64)
|
||||
#define DIRCACHE_LIMIT (1024*1024*2)
|
||||
#define DIRCACHE_LIMIT (1024*1024*3)
|
||||
#define DIRCACHE_FILE ROCKBOX_DIR "/dircache.dat"
|
||||
|
||||
/* Internal structures. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue