The player simulator now has it own font_init()-function. We shall therefor call it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
18a7c78d60
commit
fd9f864de2
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ void init(void)
|
|||
{
|
||||
init_threads();
|
||||
lcd_init();
|
||||
#ifndef HAVE_LCD_CHARCELLS
|
||||
font_init();
|
||||
#endif
|
||||
font_init();
|
||||
show_logo();
|
||||
settings_reset();
|
||||
settings_load();
|
||||
|
|
Loading…
Reference in a new issue