mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Add Deadzones for evdev gamepads (#3519)
This commit is contained in:
parent
cf83b796e1
commit
0c5cb4824b
2 changed files with 27 additions and 3 deletions
|
@ -46,6 +46,7 @@ struct evdev_joystick_config final : cfg::node
|
|||
cfg::_bool axistrigger{this, "Z axis triggers", true};
|
||||
cfg::_bool squirclejoysticks{this, "Squircle Joysticks", true};
|
||||
cfg::int32 squirclefactor{this, "Squircle Factor", 5000};
|
||||
cfg::int32 deadzone{this, "Deadzone", 10};
|
||||
|
||||
bool load()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue