Merge pull request #11391 from p-sam/switch/input-fix

libnx: fix touch, mouse and KB input
This commit is contained in:
Autechre 2020-09-30 10:15:47 +02:00 committed by GitHub
commit f0430aa543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,