mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
cleanup
This commit is contained in:
parent
efce234dc4
commit
503658b446
@ -97,10 +97,7 @@ void input_mapper_poll(input_mapper_t *handle)
|
||||
input_keyboard_event(true, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
||||
}
|
||||
else
|
||||
{
|
||||
input_keyboard_event(false, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
||||
}
|
||||
|
||||
input_keyboard_event(false, settings->uints.input_keymapper_ids[i], 0, 0, RETRO_DEVICE_KEYBOARD);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user