mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-18 08:56:20 +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;
|
gyroMStickInfo[device].inverted = 0; gyroMStickInfo[device].vertScale = 100;
|
||||||
gyroMouseStickToggle[device] = false;
|
gyroMouseStickToggle[device] = false;
|
||||||
gyroMStickInfo[device].useSmoothing = false; gyroMStickInfo[device].smoothWeight = 0.5;
|
gyroMStickInfo[device].useSmoothing = false; gyroMStickInfo[device].smoothWeight = 0.5;
|
||||||
|
gyroMouseStickTriggerTurns[device] = true;
|
||||||
sASteeringWheelEmulationAxis[device] = SASteeringWheelEmulationAxisType.None;
|
sASteeringWheelEmulationAxis[device] = SASteeringWheelEmulationAxisType.None;
|
||||||
sASteeringWheelEmulationRange[device] = 360;
|
sASteeringWheelEmulationRange[device] = 360;
|
||||||
touchDisInvertTriggers[device] = new int[1] { -1 };
|
touchDisInvertTriggers[device] = new int[1] { -1 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user