summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox/pacbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pacbox/pacbox.c')
-rw-r--r--apps/plugins/pacbox/pacbox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c
index 7b524a7ee5..d66c6377b9 100644
--- a/apps/plugins/pacbox/pacbox.c
+++ b/apps/plugins/pacbox/pacbox.c
@@ -283,6 +283,11 @@ static int gameProc( void )
283 /* Check the button status */ 283 /* Check the button status */
284 status = rb->button_status(); 284 status = rb->button_status();
285 285
286#ifdef HAS_BUTTON_HOLD
287 if (rb->button_hold())
288 status = PACMAN_MENU;
289#endif
290
286 if ((status & PACMAN_MENU) == PACMAN_MENU 291 if ((status & PACMAN_MENU) == PACMAN_MENU
287#ifdef PACMAN_RC_MENU 292#ifdef PACMAN_RC_MENU
288 || status == PACMAN_RC_MENU 293 || status == PACMAN_RC_MENU