mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
input: enable squircle settings in keyboard pad handler
Clamp squircled values to radius 1. Also set kb and evdev default to 8000 as the others
This commit is contained in:
parent
8131f40269
commit
e5a526e4d6
7 changed files with 211 additions and 266 deletions
|
|
@ -92,8 +92,8 @@ void evdev_joystick_handler::init_config(cfg_pad* cfg)
|
|||
cfg->rstickdeadzone.def = 30; // between 0 and 255
|
||||
cfg->ltriggerthreshold.def = 0; // between 0 and 255
|
||||
cfg->rtriggerthreshold.def = 0; // between 0 and 255
|
||||
cfg->lpadsquircling.def = 5000;
|
||||
cfg->rpadsquircling.def = 5000;
|
||||
cfg->lpadsquircling.def = 8000;
|
||||
cfg->rpadsquircling.def = 8000;
|
||||
|
||||
// apply defaults
|
||||
cfg->from_default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue