mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
Merge pull request #11709 from sonninnos/key-remap-fix
Keyboard remapping fix pt2
This commit is contained in:
commit
b3282882d3
@ -21835,7 +21835,7 @@ static void input_driver_poll(void)
|
|||||||
settings->uints.input_keymapper_ids[i][j];
|
settings->uints.input_keymapper_ids[i][j];
|
||||||
bool remap_valid =
|
bool remap_valid =
|
||||||
remap_button != RETROK_UNKNOWN &&
|
remap_button != RETROK_UNKNOWN &&
|
||||||
!handle->keys[remap_button / 32];
|
!MAPPER_GET_KEY(handle, remap_button);
|
||||||
|
|
||||||
if (!remap_valid)
|
if (!remap_valid)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user