Merge pull request #6648 from fr500/master

fix #6644
This commit is contained in:
Twinaphex 2018-04-28 19:07:54 +02:00 committed by GitHub
commit 80b480e855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,8 @@ 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) * 32767) &&
(k != remap_axis) &&
(remap_axis != RARCH_UNMAPPED)
)