1
0
Fork 0
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:
Miika Pekkarinen 2005-10-07 17:38:05 +00:00
parent 86e31d5558
commit ab78b04680
15 changed files with 1068 additions and 21 deletions

View file

@ -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