mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-15 17:07:46 +00:00
do not repeat A and B buttons in menu
This commit is contained in:
parent
600434b8bf
commit
2f74324ac9
@ -103,8 +103,6 @@ unsigned menu_event(retro_input_t input,
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_DOWN);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_LEFT);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_RIGHT);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_B);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_A);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_L);
|
||||
BIT32_SET(input_repeat.state, RETRO_DEVICE_ID_JOYPAD_R);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user