Correct default BT poll rate option

This commit is contained in:
Travis Nickles 2017-07-17 17:50:18 -05:00
parent 9972e85e13
commit 8a6ecb9fe0

View File

@ -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;