From a7d9859300efe222625622139e019a1698bbd09e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 17 Sep 2006 14:37:59 +0000 Subject: fixes FS#6007 point 3 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10972 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins') 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; } -- cgit v1.2.3