mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
input: add analog limiter
This commit is contained in:
parent
2806348f73
commit
f2ef0966eb
25 changed files with 327 additions and 76 deletions
|
|
@ -114,6 +114,7 @@ void xinput_pad_handler::init_config(cfg_pad* cfg)
|
|||
cfg->l3.def = ::at32(button_list, XInputKeyCodes::LS);
|
||||
|
||||
cfg->pressure_intensity_button.def = ::at32(button_list, XInputKeyCodes::None);
|
||||
cfg->analog_limiter_button.def = ::at32(button_list, XInputKeyCodes::None);
|
||||
|
||||
// Set default misc variables
|
||||
cfg->lstick_anti_deadzone.def = static_cast<u32>(0.13 * thumb_max); // 13%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue