diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2006-09-17 14:37:59 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2006-09-17 14:37:59 +0000 |
commit | a7d9859300efe222625622139e019a1698bbd09e (patch) | |
tree | 57f034c710f6dca1839be5d34adfb2eca5815124 /apps/plugins | |
parent | ef6d394abfa6e13d2172717ebf31854a8055505b (diff) |
fixes FS#6007 point 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/viewer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index ab0a4c4090..28b82baede 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -1473,7 +1473,10 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file) break; } if (button != BUTTON_NONE) + { lastbutton = button; + rb->yield(); + } } return PLUGIN_OK; } |