mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Add field to profile resetting
This commit is contained in:
parent
c9efe71bea
commit
1498d6a054
@ -4605,6 +4605,7 @@ namespace DS4Windows
|
||||
gyroMStickInfo[device].inverted = 0; gyroMStickInfo[device].vertScale = 100;
|
||||
gyroMouseStickToggle[device] = false;
|
||||
gyroMStickInfo[device].useSmoothing = false; gyroMStickInfo[device].smoothWeight = 0.5;
|
||||
gyroMouseStickTriggerTurns[device] = true;
|
||||
sASteeringWheelEmulationAxis[device] = SASteeringWheelEmulationAxisType.None;
|
||||
sASteeringWheelEmulationRange[device] = 360;
|
||||
touchDisInvertTriggers[device] = new int[1] { -1 };
|
||||
|
Loading…
Reference in New Issue
Block a user