forked from len0rd/rockbox
mikmod: Use current theme fonts, not the cut-down SYSFONT
Change-Id: Ia5fff04b22fbad1081fcca6c66bbb7ea7f82fef8
This commit is contained in:
parent
d1ffaa8949
commit
10abb34e54
1 changed files with 1 additions and 3 deletions
|
@ -886,7 +886,7 @@ static int playfile(char* filename)
|
|||
retval = menureturn;
|
||||
}
|
||||
}
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
rb->lcd_setfont(FONT_UI);
|
||||
screenupdated = false;
|
||||
break;
|
||||
|
||||
|
@ -940,8 +940,6 @@ enum plugin_status plugin_start(const void* parameter)
|
|||
return PLUGIN_OK;
|
||||
}
|
||||
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
|
||||
rb->talk_force_shutup();
|
||||
rb->pcm_play_stop();
|
||||
#if INPUT_SRC_CAPS != 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue