mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +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;
|
||||
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);
|
||||
|
5
DS4Windows/DS4Forms/Options.Designer.cs
generated
5
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -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
|
||||
|
@ -903,6 +903,7 @@ namespace DS4Windows.Forms
|
||||
|
||||
lsSquStickCk.Checked = false;
|
||||
rsSquStickCk.Checked = false;
|
||||
RoundnessNUpDown.Value = 5.0m;
|
||||
|
||||
cBLaunchProgram.Checked = false;
|
||||
pBProgram.Image = null;
|
||||
|
Loading…
Reference in New Issue
Block a user