mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +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;
|
||||
cBWhileCharging.SelectedIndex = 0;
|
||||
btPollRateComboBox.SelectedIndex = 0;
|
||||
btPollRateComboBox.SelectedIndex = 4;
|
||||
lsOutCurveComboBox.SelectedIndex = 0;
|
||||
rsOutCurveComboBox.SelectedIndex = 0;
|
||||
rBTPMouse.Checked = true;
|
||||
|
Loading…
Reference in New Issue
Block a user