Merge pull request #3179 from lakkatv/master

Forgot to add a break here
This commit is contained in:
Twinaphex 2016-06-30 19:21:36 +02:00 committed by GitHub
commit 10d9e2a261

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;