Added dircache support to playlist. Now playlist filename pointers are

automatically accuired from dircache. WPS UI response with dircache
enabled should be instant.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7931 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-11-17 19:31:29 +00:00
parent bc8a4e4b8c
commit 735f453730
8 changed files with 336 additions and 75 deletions

View file

@ -340,6 +340,7 @@ int ft_enter(struct tree_context* c)
int start_index=0;
lcd_stop_scroll();
gui_syncsplash(0, true, str(LANG_WAIT));
switch ( file->attr & TREE_ATTR_MASK ) {
case TREE_ATTR_M3U:
if (bookmark_autoload(buf))