forked from len0rd/rockbox
Initialuse user font table for checkwps. This is normally done from the settings code, which isn't run in this case
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
658bd7b912
commit
07a5bf967a
1 changed files with 1 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
skin_buffer_init();
|
||||
skin_font_init();
|
||||
|
||||
/* 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