forked from len0rd/rockbox
The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0690ac1966
commit
32e27d93e8
8 changed files with 49 additions and 37 deletions
|
|
@ -523,7 +523,6 @@ bool bookmark_autoload(char* file)
|
|||
case BUTTON_PLAY:
|
||||
return bookmark_load(global_bookmark_file_name, true);
|
||||
case SYS_USB_CONNECTED:
|
||||
status_set_playmode(STATUS_STOP);
|
||||
usb_screen();
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
status_set_param(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue