From a10e531bea7cba35cd521e306635d936290b9d8e Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 16 Mar 2006 23:21:47 +0000 Subject: Add a call to rb->yield() in the main loop git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9065 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 9c0285fce1..e38dc0caf8 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c @@ -278,6 +278,8 @@ static int gameProc( void ) frame_counter++; + rb->yield(); + /* Check the button status */ status = rb->button_status(); -- cgit v1.2.3