forked from len0rd/rockbox
Add empty font_lock() for bootloaders to fix builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e28f8225f5
commit
c032b9d083
1 changed files with 6 additions and 0 deletions
|
@ -965,6 +965,12 @@ void font_init(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void font_lock(int font_id, bool lock)
|
||||||
|
{
|
||||||
|
(void)font_id;
|
||||||
|
(void)lock;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Bootloader only supports the built-in sysfont.
|
* Bootloader only supports the built-in sysfont.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue