forked from len0rd/rockbox
Player simulator should now handle progress bar (if there was progress
in the simulator.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2577 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d21d179010
commit
3c8aaec40a
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ bool wps_display(struct mp3entry* id3)
|
|||
return false;
|
||||
}
|
||||
|
||||
#if defined(HAVE_LCD_CHARCELLS) && !defined(SIMULATOR)
|
||||
#if defined(HAVE_LCD_CHARCELLS)
|
||||
bool draw_player_progress(struct mp3entry* id3, int ff_rewwind_count)
|
||||
{
|
||||
if(!id3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue