From 1498d6a054e61adcac86e40ec04a79ece1cc711d Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 2 Sep 2019 23:39:44 -0500 Subject: [PATCH] Add field to profile resetting --- DS4Windows/DS4Control/ScpUtil.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 74c3bfd..3d3e2f7 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -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 };