Forgot to add a break here

This commit is contained in:
Jean-André Santoni 2016-06-30 19:17:06 +02:00
parent 0f18ade02a
commit 8c442985cb

View File

@ -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;