mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +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];
|
||||
bool remap_valid =
|
||||
remap_button != RETROK_UNKNOWN &&
|
||||
!handle->keys[remap_button / 32];
|
||||
!MAPPER_GET_KEY(handle, remap_button);
|
||||
|
||||
if (!remap_valid)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user