diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-03-16 23:21:47 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-03-16 23:21:47 +0000 |
| commit | a10e531bea7cba35cd521e306635d936290b9d8e (patch) | |
| tree | 630e57c393ea1720fbc806d44da185159f7d3eb2 /apps/plugins | |
| parent | c130d7c12407acee2a0bb900b547501564d3849a (diff) | |
| download | rockbox-a10e531bea7cba35cd521e306635d936290b9d8e.zip rockbox-a10e531bea7cba35cd521e306635d936290b9d8e.tar.gz rockbox-a10e531bea7cba35cd521e306635d936290b9d8e.tar.bz2 rockbox-a10e531bea7cba35cd521e306635d936290b9d8e.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/pacbox/pacbox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 9c0285f..e38dc0c 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(); |