forked from len0rd/rockbox
Improvement for talking filenames: While loading the directory, already cache for which files are clips available. This avoids unsuccessful spinups while browsing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5317 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a24bf1caef
commit
40ae63b4fc
5 changed files with 145 additions and 42 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#define QUEUE_SIZE 64 /* must be a power of two */
|
||||
#define QUEUE_MASK (QUEUE_SIZE-1)
|
||||
const char* const dir_thumbnail_name = "_dirname.talk";
|
||||
const char* const file_thumbnail_ext = ".talk";
|
||||
|
||||
/***************** Functional Macros *****************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue