summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pacbox/pacbox.c2
1 files changed, 2 insertions, 0 deletions
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 )
278 278
279 frame_counter++; 279 frame_counter++;
280 280
281 rb->yield();
282
281 /* Check the button status */ 283 /* Check the button status */
282 status = rb->button_status(); 284 status = rb->button_status();
283 285