forked from len0rd/rockbox
Initial version of tagcache! There are still some bugs in the engine
and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
50d40ea434
commit
7c4e0c8730
23 changed files with 2698 additions and 64 deletions
|
|
@ -213,6 +213,7 @@ struct tree_context {
|
|||
int extra_history[MAX_DIR_LEVELS]; /* db use */
|
||||
int currtable; /* db use */
|
||||
int currextra; /* db use */
|
||||
int currextra2; /* db use */
|
||||
/* A big buffer with plenty of entry structs,
|
||||
* contains all files and dirs in the current
|
||||
* dir (with filters applied) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue