mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Make sure to display proper max mouse speed when creating a new profile
This commit is contained in:
parent
e980cb911c
commit
c7f9ae2cec
@ -1917,6 +1917,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels
|
|||||||
tempControllerIndex = ControllerTypeIndex;
|
tempControllerIndex = ControllerTypeIndex;
|
||||||
Global.outDevTypeTemp[device] = Global.OutContType[device];
|
Global.outDevTypeTemp[device] = Global.OutContType[device];
|
||||||
tempBtPollRate = Global.BTPollRate[device];
|
tempBtPollRate = Global.BTPollRate[device];
|
||||||
|
outputMouseSpeed = CalculateOutputMouseSpeed(ButtonMouseSensitivity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user