mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 09:49:16 +01:00
Minor tweak
This commit is contained in:
parent
d66c98c139
commit
4322ca3215
1
DS4Windows/DS4Forms/Options.Designer.cs
generated
1
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -1456,7 +1456,6 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
this.nUDRainbowB.ValueChanged += new System.EventHandler(this.nUDRainbowB_ValueChanged);
|
|
||||||
//
|
//
|
||||||
// cBFlashType
|
// cBFlashType
|
||||||
//
|
//
|
||||||
|
@ -3047,10 +3047,5 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
FlashType[device] = (byte)cBFlashType.SelectedIndex;
|
FlashType[device] = (byte)cBFlashType.SelectedIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void nUDRainbowB_ValueChanged(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
//
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user