forked from len0rd/rockbox
Now leaves the WPS when the music is stopped
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1418 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d78a1422cd
commit
adfbc11960
1 changed files with 2 additions and 1 deletions
|
|
@ -267,7 +267,8 @@ int wps_show(void)
|
||||||
break;
|
break;
|
||||||
mpeg_stop();
|
mpeg_stop();
|
||||||
status_set_playmode(STATUS_STOP);
|
status_set_playmode(STATUS_STOP);
|
||||||
break;
|
return 0;
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
case SYS_USB_CONNECTED:
|
case SYS_USB_CONNECTED:
|
||||||
/* Tell the USB thread that we are safe */
|
/* Tell the USB thread that we are safe */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue