mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-02 14:04:21 +01:00
Correct default BT poll rate option
This commit is contained in:
parent
9972e85e13
commit
8a6ecb9fe0
@ -616,7 +616,7 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
cBFlashType.SelectedIndex = 0;
|
cBFlashType.SelectedIndex = 0;
|
||||||
cBWhileCharging.SelectedIndex = 0;
|
cBWhileCharging.SelectedIndex = 0;
|
||||||
btPollRateComboBox.SelectedIndex = 0;
|
btPollRateComboBox.SelectedIndex = 4;
|
||||||
lsOutCurveComboBox.SelectedIndex = 0;
|
lsOutCurveComboBox.SelectedIndex = 0;
|
||||||
rsOutCurveComboBox.SelectedIndex = 0;
|
rsOutCurveComboBox.SelectedIndex = 0;
|
||||||
rBTPMouse.Checked = true;
|
rBTPMouse.Checked = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user