mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Forgot to add a break here
This commit is contained in:
parent
0f18ade02a
commit
8c442985cb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue