forked from len0rd/rockbox
Make the Play / Pause option restart playback if its stopped also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f2bb422c0
commit
6e44209a4c
3 changed files with 17 additions and 2 deletions
|
@ -484,6 +484,9 @@ static const struct plugin_api rockbox_api = {
|
|||
detect_flashed_ramimage,
|
||||
detect_flashed_romimage,
|
||||
#endif
|
||||
playlist_resume,
|
||||
playlist_start,
|
||||
&global_status,
|
||||
};
|
||||
|
||||
int plugin_load(const char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue