1
0
Fork 0
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:
Frank Gevaerts 2010-02-17 22:59:34 +00:00
parent 658bd7b912
commit 07a5bf967a

View file

@ -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 */