mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#12273 - use buflib for font storage. thanks to the testers :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30589 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f323300b82
commit
aa0f4a4bbe
37 changed files with 410 additions and 404 deletions
|
@ -667,7 +667,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
rb->cpu_boost(true);
|
||||
#endif
|
||||
|
||||
rb->lcd_setfont(0);
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
// We're using doom's memory management since it implements a proper free (and re-uses the memory)
|
||||
// and now with prboom's code: realloc and calloc
|
||||
|
@ -712,7 +712,7 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
|
||||
Dhandle_ver( namemap[ result ] );
|
||||
|
||||
rb->lcd_setfont(0);
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
rb->lcd_clear_display();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue