forked from len0rd/rockbox
Changed prototype of playtune
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6229aa2e6f
commit
d044f5575f
3 changed files with 8 additions and 7 deletions
|
|
@ -310,7 +310,7 @@ bool dirbrowse(char *root)
|
|||
else {
|
||||
|
||||
playing = 1;
|
||||
playtune(currdir, dircacheptr[dircursor+start]->name);
|
||||
playtune(buf);
|
||||
playing = 0;
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
lcd_setmargins(0, MARGIN_Y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue