From 8c442985cb9e61872fbb6becbba656e1addc434a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Thu, 30 Jun 2016 19:17:06 +0200 Subject: [PATCH] Forgot to add a break here --- runloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runloop.c b/runloop.c index d862b9df0d..356daf9257 100644 --- a/runloop.c +++ b/runloop.c @@ -330,6 +330,7 @@ static bool runloop_cmd_get_state_menu_toggle_button_combo( return false; if (!BIT64_GET(input.state, RETRO_DEVICE_ID_JOYPAD_R3)) return false; + break; case 3: if (!BIT64_GET(input.state, RETRO_DEVICE_ID_JOYPAD_START)) return false;