mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Set axis_threshold
This commit is contained in:
parent
0a8f7b9ff2
commit
f4071ba6ec
@ -836,6 +836,7 @@ static INLINE bool input_keys_pressed_internal(
|
||||
|
||||
joypad_info.joy_idx = settings->input.joypad_map[0];
|
||||
joypad_info.auto_binds = settings->input.autoconf_binds[joypad_info.joy_idx];
|
||||
joypad_info.axis_threshold = settings->input.axis_threshold;
|
||||
|
||||
if (bind_valid && current_input->input_state(current_input_data,
|
||||
joypad_info, &binds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user