forked from len0rd/rockbox
Made the stopwatch compile for the Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ffdbd449eb
commit
4f4844218a
1 changed files with 2 additions and 0 deletions
|
|
@ -191,7 +191,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
rb->lcd_update();
|
||||
#endif
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue