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
|
|
@ -25,8 +25,7 @@ status.c
|
|||
talk.c
|
||||
#endif
|
||||
tree.c
|
||||
dbtree.c
|
||||
database.c
|
||||
tagtree.c
|
||||
filetree.c
|
||||
|
||||
screen_access.c
|
||||
|
|
@ -69,7 +68,6 @@ recorder/recording.c
|
|||
#if CONFIG_CODEC == SWCODEC
|
||||
pcmbuf.c
|
||||
playback.c
|
||||
metadata.c
|
||||
codecs.c
|
||||
dsp.c
|
||||
eq.c
|
||||
|
|
@ -81,3 +79,5 @@ eq_arm.S
|
|||
#endif
|
||||
eq_menu.c
|
||||
#endif
|
||||
metadata.c
|
||||
tagcache.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue