mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
remove extra brace
This commit is contained in:
parent
44b70efb68
commit
f41187df22
@ -1370,7 +1370,6 @@ static void btstack_hid_joypad_get_buttons(void *data, unsigned port, retro_bits
|
|||||||
pad_connection_get_buttons(&hid->slots[port], port, state);
|
pad_connection_get_buttons(&hid->slots[port], port, state);
|
||||||
else
|
else
|
||||||
RARCH_INPUT_STATE_CLEAR_PTR(state);
|
RARCH_INPUT_STATE_CLEAR_PTR(state);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool btstack_hid_joypad_button(void *data, unsigned port, uint16_t joykey)
|
static bool btstack_hid_joypad_button(void *data, unsigned port, uint16_t joykey)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user