forked from len0rd/rockbox
fix charcell yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23509 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c812614a1d
commit
dd1063d67c
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@ void viewport_set_defaults(struct viewport *vp,
|
|||
*vp = *user_setting;
|
||||
/* have neither so its fullscreen which was fixed at the beginning */
|
||||
else
|
||||
viewport_set_fullscreen(vp, screen);
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
viewport_set_fullscreen(vp, screen);
|
||||
}
|
||||
|
||||
void viewportmanager_init(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue