1
0
Fork 0
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:
Miika Pekkarinen 2005-11-19 09:47:31 +00:00
parent 93d8ca53c3
commit 354a00627e
2 changed files with 21 additions and 8 deletions

View file

@ -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. */