diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 406724a..b55bd92 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -4568,7 +4568,7 @@ namespace DS4Windows gyroMouseHorizontalAxis[device] = 0; squStickInfo[device].lsMode = false; squStickInfo[device].rsMode = false; - squStickInfo[device].roundness = 5; + squStickInfo[device].roundness = 5.0; setLsOutCurveMode(device, 0); setRsOutCurveMode(device, 0); setL2OutCurveMode(device, 0); diff --git a/DS4Windows/DS4Forms/Options.Designer.cs b/DS4Windows/DS4Forms/Options.Designer.cs index d0b5fb7..0dff412 100644 --- a/DS4Windows/DS4Forms/Options.Designer.cs +++ b/DS4Windows/DS4Forms/Options.Designer.cs @@ -3431,6 +3431,11 @@ 0, 0}); this.RoundnessNUpDown.Name = "RoundnessNUpDown"; + this.RoundnessNUpDown.Value = new decimal(new int[] { + 50, + 0, + 0, + 65536}); this.RoundnessNUpDown.ValueChanged += new System.EventHandler(this.RoundnessNUpDown_ValueChanged); // // label28 diff --git a/DS4Windows/DS4Forms/Options.cs b/DS4Windows/DS4Forms/Options.cs index 2c688b9..56c9f0b 100644 --- a/DS4Windows/DS4Forms/Options.cs +++ b/DS4Windows/DS4Forms/Options.cs @@ -903,6 +903,7 @@ namespace DS4Windows.Forms lsSquStickCk.Checked = false; rsSquStickCk.Checked = false; + RoundnessNUpDown.Value = 5.0m; cBLaunchProgram.Checked = false; pBProgram.Image = null; @@ -944,6 +945,9 @@ namespace DS4Windows.Forms OutContTypeCb.SelectedIndex = 0; gyroOutputMode.SelectedIndex = 0; + pnlSAMouse.Visible = false; + fLPTiltControls.Visible = true; + gyroMouseJoyFLP.Visible = false; gyroMStickTrigBehaveCk.Checked = true; gyroMouseStickEvalCombo.SelectedIndex = 0; gyroMouseStickDZ.Value = 30; diff --git a/DS4Windows/Resources/DS4W - White.ico b/DS4Windows/Resources/DS4W - White.ico index 2458cca..1350c67 100644 Binary files a/DS4Windows/Resources/DS4W - White.ico and b/DS4Windows/Resources/DS4W - White.ico differ diff --git a/DS4Windows/Resources/DS4W.ico b/DS4Windows/Resources/DS4W.ico index df8d766..9d797e0 100644 Binary files a/DS4Windows/Resources/DS4W.ico and b/DS4Windows/Resources/DS4W.ico differ diff --git a/contributors.txt b/contributors.txt index dbb77b6..d3ac6c6 100644 --- a/contributors.txt +++ b/contributors.txt @@ -2,6 +2,7 @@ Travis Nickles (Ryochan7) carloshbcabral Korney Czukowski (czukowski) DandelionSprout +Geroyuni jdfeng justalemon Kamilczak020