mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
redraw the lists once before going into the button loop to make things look more responsive
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e0a0c9849e
commit
4544531585
1 changed files with 1 additions and 0 deletions
|
|
@ -633,6 +633,7 @@ static int dirbrowse()
|
|||
return GO_TO_PREVIOUS; /* No files found for rockbox_browser() */
|
||||
}
|
||||
|
||||
gui_synclist_draw(&tree_lists);
|
||||
while(1) {
|
||||
struct entry *dircache = tc.dircache;
|
||||
bool restore = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue