diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-26 22:33:25 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-26 22:33:25 +0000 |
| commit | 6f4d721d23946632d2a428884ee990e61f43434e (patch) | |
| tree | c718808a35ab00d7e8b189d4e52690621dfbcbcb /apps/plugin.c | |
| parent | b76e4ec5f27086b8c3b08ef4b2c90d94d93ca83b (diff) | |
| download | rockbox-6f4d721d23946632d2a428884ee990e61f43434e.zip rockbox-6f4d721d23946632d2a428884ee990e61f43434e.tar.gz rockbox-6f4d721d23946632d2a428884ee990e61f43434e.tar.bz2 rockbox-6f4d721d23946632d2a428884ee990e61f43434e.tar.xz | |
Basic plugin playback control menu by Jonathan Gordon (Patch #4874)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 51e0710..f78644f 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -43,6 +43,7 @@ #include "backlight.h" #include "ata.h" #include "talk.h" +#include "sound_menu.h" #include "mp3data.h" #include "powermgmt.h" #include "system.h" @@ -401,7 +402,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ - + set_sound, }; int plugin_load(const char* plugin, void* parameter) |