forked from len0rd/rockbox
Fixed double-height problem and broken fwd/rew.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6224cdb166
commit
52dc182b81
2 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,9 @@ static int showdir(char *path, int start)
|
|||
|
||||
bool ask_resume(void)
|
||||
{
|
||||
#ifdef HAVE_NEW_CHARCELL_LCD
|
||||
lcd_double_height(false);
|
||||
#endif
|
||||
lcd_clear_display();
|
||||
lcd_puts(0,0,"Resume?");
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
|
|
|
@ -585,6 +585,8 @@ int wps_show(void)
|
|||
mpeg_ff_rewind(ff_rewind_count);
|
||||
ff_rewind_count = 0;
|
||||
ff_rewind = false;
|
||||
mpeg_resume();
|
||||
status_set_playmode(STATUS_PLAY);
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
draw_screen(id3);
|
||||
#endif
|
||||
|
@ -618,6 +620,8 @@ int wps_show(void)
|
|||
mpeg_ff_rewind(ff_rewind_count);
|
||||
ff_rewind_count = 0;
|
||||
ff_rewind = false;
|
||||
mpeg_resume();
|
||||
status_set_playmode(STATUS_PLAY);
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
draw_screen(id3);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue