mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
commit
47a528801d
@ -126,6 +126,8 @@ void input_mapper_poll(input_mapper_t *handle)
|
|||||||
0, 0, RETRO_DEVICE_KEYBOARD);
|
0, 0, RETRO_DEVICE_KEYBOARD);
|
||||||
key_event[j] = true;
|
key_event[j] = true;
|
||||||
}
|
}
|
||||||
|
/* key_event tracks if a key is pressed for ANY PLAYER, so we must check
|
||||||
|
if the key was used by any player before releasing */
|
||||||
else if (!key_event[j])
|
else if (!key_event[j])
|
||||||
{
|
{
|
||||||
input_keyboard_event(false,
|
input_keyboard_event(false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user