forked from len0rd/rockbox
Jewels: switch back to Sysfixed font after exiting the Playback menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9714 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6314e6d78c
commit
cf6ad10b9f
1 changed files with 1 additions and 0 deletions
|
@ -1285,6 +1285,7 @@ static int jewels_main(struct game_context* bj) {
|
|||
|
||||
case MRES_PLAYBACK:
|
||||
playback_control(rb);
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
inmenu = false;
|
||||
selected = false;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue