From 2f74324ac91981e3b7ae343e9d7568b16dbf5b11 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Tue, 11 Oct 2016 20:13:50 -0400 Subject: [PATCH] do not repeat A and B buttons in menu --- menu/menu_event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu/menu_event.c b/menu/menu_event.c index 3accf3efc7..aedd9302fa 100644 --- a/menu/menu_event.c +++ b/menu/menu_event.c @@ -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);