forked from len0rd/rockbox
Make checkwps compile again for the player. If we had proper multifont on charcell this would never have happened
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24735 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07a5bf967a
commit
afa04b12d9
1 changed files with 2 additions and 0 deletions
|
@ -286,7 +286,9 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
skin_buffer_init();
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
skin_font_init();
|
||||
#endif
|
||||
|
||||
/* Go through every wps that was thrown at us, error out at the first
|
||||
* flawed wps */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue