mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
fix #6644
This commit is contained in:
parent
f14735961a
commit
5e1a698fa2
@ -191,7 +191,7 @@ void input_mapper_poll(input_mapper_t *handle)
|
||||
settings->uints.input_remap_ids[i][k];
|
||||
|
||||
if (
|
||||
(current_axis_value != 0) &&
|
||||
(abs(current_axis_value) > *input_driver_get_float(INPUT_ACTION_AXIS_THRESHOLD)) &&
|
||||
(k != remap_axis) &&
|
||||
(remap_axis != RARCH_UNMAPPED)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user