Starting a playlist now displays WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1222 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34d1e1b91a
commit
7bd3b194e6
1 changed files with 2 additions and 3 deletions
|
@ -318,13 +318,12 @@ bool dirbrowse(char *root)
|
|||
play_mode = 2;
|
||||
play_list(currdir, dircacheptr[dircursor+start]->name);
|
||||
}
|
||||
|
||||
else {
|
||||
play_mode = 1;
|
||||
mpeg_play(buf);
|
||||
lcd_stop_scroll();
|
||||
wps_show();
|
||||
}
|
||||
lcd_stop_scroll();
|
||||
wps_show();
|
||||
}
|
||||
restore = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue