forked from len0rd/rockbox
Implemented directory caching. No more waiting for disk to spin up while
browsing when cache is enabled (system -> disk -> enable directory cache). Cache building on boot is transparent except the first boot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7588 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86e31d5558
commit
ab78b04680
15 changed files with 1068 additions and 21 deletions
|
|
@ -11,6 +11,7 @@ common/ctype.c
|
|||
common/dir.c
|
||||
common/file.c
|
||||
#endif
|
||||
common/dircache.c
|
||||
common/disk.c
|
||||
common/errno.c
|
||||
common/memcmp.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue