mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 20:44:20 +01:00
Fixed square stick roundness default in GUI
This commit is contained in:
parent
c3f2819c14
commit
aced5deab7
@ -4568,7 +4568,7 @@ namespace DS4Windows
|
|||||||
gyroMouseHorizontalAxis[device] = 0;
|
gyroMouseHorizontalAxis[device] = 0;
|
||||||
squStickInfo[device].lsMode = false;
|
squStickInfo[device].lsMode = false;
|
||||||
squStickInfo[device].rsMode = false;
|
squStickInfo[device].rsMode = false;
|
||||||
squStickInfo[device].roundness = 5;
|
squStickInfo[device].roundness = 5.0;
|
||||||
setLsOutCurveMode(device, 0);
|
setLsOutCurveMode(device, 0);
|
||||||
setRsOutCurveMode(device, 0);
|
setRsOutCurveMode(device, 0);
|
||||||
setL2OutCurveMode(device, 0);
|
setL2OutCurveMode(device, 0);
|
||||||
|
5
DS4Windows/DS4Forms/Options.Designer.cs
generated
5
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -3431,6 +3431,11 @@
|
|||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
this.RoundnessNUpDown.Name = "RoundnessNUpDown";
|
this.RoundnessNUpDown.Name = "RoundnessNUpDown";
|
||||||
|
this.RoundnessNUpDown.Value = new decimal(new int[] {
|
||||||
|
50,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
65536});
|
||||||
this.RoundnessNUpDown.ValueChanged += new System.EventHandler(this.RoundnessNUpDown_ValueChanged);
|
this.RoundnessNUpDown.ValueChanged += new System.EventHandler(this.RoundnessNUpDown_ValueChanged);
|
||||||
//
|
//
|
||||||
// label28
|
// label28
|
||||||
|
@ -903,6 +903,7 @@ namespace DS4Windows.Forms
|
|||||||
|
|
||||||
lsSquStickCk.Checked = false;
|
lsSquStickCk.Checked = false;
|
||||||
rsSquStickCk.Checked = false;
|
rsSquStickCk.Checked = false;
|
||||||
|
RoundnessNUpDown.Value = 5.0m;
|
||||||
|
|
||||||
cBLaunchProgram.Checked = false;
|
cBLaunchProgram.Checked = false;
|
||||||
pBProgram.Image = null;
|
pBProgram.Image = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user