mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
STOP in root dir stops playback
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@821 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4afa709e95
commit
f88f91153f
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "play.h"
|
||||
#include "main_menu.h"
|
||||
#include "sprintf.h"
|
||||
#include "mpeg.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#include "icons.h"
|
||||
|
|
@ -211,6 +212,8 @@ bool dirbrowse(char *root)
|
|||
dircursor=0;
|
||||
lcd_puts(0, LINE_Y+dircursor, "-");
|
||||
}
|
||||
else
|
||||
mpeg_stop();
|
||||
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue