mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Small change
Hating the JIT compiler right now
This commit is contained in:
parent
cd305dc206
commit
39930cf2e8
@ -915,7 +915,7 @@ namespace DS4Windows
|
||||
}
|
||||
}
|
||||
|
||||
if (oldCharging != charging && conType == ConnectionType.BT)
|
||||
if (conType == ConnectionType.BT && oldCharging != charging)
|
||||
{
|
||||
if (Global.getQuickCharge() && charging)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user