mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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:
parent
bc8a4e4b8c
commit
735f453730
8 changed files with 336 additions and 75 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue