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:
Kjell Ericson 2002-10-28 19:52:22 +00:00
parent 18a7c78d60
commit fd9f864de2

View file

@ -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();