mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 12:34:18 +01:00
Removed old Quick Charge check if clause in DS4Device
Routine is now handled in ControlService class
This commit is contained in:
parent
609266204d
commit
9f7bb20139
@ -1146,17 +1146,6 @@ namespace DS4Windows
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (conType == ConnectionType.BT && oldCharging != charging)
|
|
||||||
{
|
|
||||||
/*if (Global.getQuickCharge() && charging)
|
|
||||||
{
|
|
||||||
DisconnectBT(true);
|
|
||||||
timeoutExecuted = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Report != null)
|
if (Report != null)
|
||||||
Report(this, EventArgs.Empty);
|
Report(this, EventArgs.Empty);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user