mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Commit tagcache in background when possible (at least dircache enabled).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9686 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
caec58bc0f
commit
3b31346103
8 changed files with 165 additions and 47 deletions
|
@ -83,6 +83,7 @@ void dircache_init(void);
|
|||
int dircache_load(const char *path);
|
||||
int dircache_save(const char *path);
|
||||
int dircache_build(int last_size);
|
||||
void* dircache_steal_buffer(long *size);
|
||||
bool dircache_is_enabled(void);
|
||||
int dircache_get_entry_count(void);
|
||||
int dircache_get_cache_size(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue