mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Merge pull request #11391 from p-sam/switch/input-fix
libnx: fix touch, mouse and KB input
This commit is contained in:
commit
f0430aa543
@ -281,6 +281,8 @@ static void switch_input_poll(void *data)
|
||||
|
||||
static int16_t switch_input_state(
|
||||
void *data,
|
||||
const input_device_driver_t *joypad,
|
||||
const input_device_driver_t *sec_joypad,
|
||||
rarch_joypad_info_t *joypad_info,
|
||||
const struct retro_keybind **binds,
|
||||
bool keyboard_mapping_blocked,
|
||||
|
Loading…
Reference in New Issue
Block a user