mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
input: add analog limiter
This commit is contained in:
parent
2806348f73
commit
f2ef0966eb
25 changed files with 327 additions and 76 deletions
|
|
@ -191,6 +191,7 @@ void ds3_pad_handler::init_config(cfg_pad* cfg)
|
|||
cfg->l3.def = ::at32(button_list, DS3KeyCodes::L3);
|
||||
|
||||
cfg->pressure_intensity_button.def = ::at32(button_list, DS3KeyCodes::None);
|
||||
cfg->analog_limiter_button.def = ::at32(button_list, DS3KeyCodes::None);
|
||||
|
||||
// Set default misc variables
|
||||
cfg->lstick_anti_deadzone.def = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue