1
0
Fork 0
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:
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(); 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();