forked from len0rd/rockbox
Always remove double-height when resuming
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
faacfea055
commit
1b05752a3f
1 changed files with 4 additions and 3 deletions
|
|
@ -296,13 +296,14 @@ static int showdir(char *path, int start)
|
||||||
|
|
||||||
bool ask_resume(void)
|
bool ask_resume(void)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_NEW_CHARCELL_LCD
|
||||||
|
lcd_double_height(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* always resume? */
|
/* always resume? */
|
||||||
if ( global_settings.resume == RESUME_ON )
|
if ( global_settings.resume == RESUME_ON )
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
#ifdef HAVE_NEW_CHARCELL_LCD
|
|
||||||
lcd_double_height(false);
|
|
||||||
#endif
|
|
||||||
lcd_clear_display();
|
lcd_clear_display();
|
||||||
lcd_puts(0,0,"Resume?");
|
lcd_puts(0,0,"Resume?");
|
||||||
#ifdef HAVE_LCD_CHARCELLS
|
#ifdef HAVE_LCD_CHARCELLS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue