summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-12 13:41:52 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-12 13:41:52 +0000
commit6e44209a4c60995b8e6c6736f14d6d88bf906ac5 (patch)
tree6a444d6fc3bfd519c046b11f44957b10c42ee7a0 /apps/plugin.c
parent6f2bb422c091dfc6d54d912ead6addc9bd431c79 (diff)
downloadrockbox-6e44209a4c60995b8e6c6736f14d6d88bf906ac5.zip
rockbox-6e44209a4c60995b8e6c6736f14d6d88bf906ac5.tar.gz
rockbox-6e44209a4c60995b8e6c6736f14d6d88bf906ac5.tar.bz2
rockbox-6e44209a4c60995b8e6c6736f14d6d88bf906ac5.tar.xz
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index a2d7129..5fc837f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -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)