Player: Fix screen update in Rockbox Info and Runtime display,
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c385642ad
commit
d2a23eee50
2 changed files with 0 additions and 4 deletions
|
@ -299,10 +299,8 @@ static bool show_info(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
|
||||
FOR_NB_SCREENS(i)
|
||||
screens[i].update();
|
||||
#endif
|
||||
|
||||
/* Wait for a key to be pushed */
|
||||
key = get_action(CONTEXT_MAINMENU,HZ*5);
|
||||
|
|
|
@ -1322,9 +1322,7 @@ bool view_runtime(void)
|
|||
FOR_NB_SCREENS(i)
|
||||
{
|
||||
screens[i].puts(0, y[i]++, s);
|
||||
#if defined(HAVE_LCD_BITMAP)
|
||||
screens[i].update();
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Wait for a key to be pushed */
|
||||
|
|
Loading…
Reference in a new issue