forked from len0rd/rockbox
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();
|
init_threads();
|
||||||
lcd_init();
|
lcd_init();
|
||||||
#ifndef HAVE_LCD_CHARCELLS
|
font_init();
|
||||||
font_init();
|
|
||||||
#endif
|
|
||||||
show_logo();
|
show_logo();
|
||||||
settings_reset();
|
settings_reset();
|
||||||
settings_load();
|
settings_load();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue