Hey, how come no one reported this? The credits were rolling using that
boring old monospace font! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3465 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87cd59f7e3
commit
e51cbc5579
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ void roll_credits(void)
|
|||
int height;
|
||||
int width;
|
||||
|
||||
lcd_setfont(FONT_UI);
|
||||
|
||||
lcd_getstringsize("A", &width, &height);
|
||||
|
||||
while(1) {
|
||||
|
|
Loading…
Reference in a new issue