Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Removed old Quick Charge check if clause in DS4Device
Browse files Browse the repository at this point in the history
Routine is now handled in ControlService class
  • Loading branch information
Ryochan7 committed Feb 24, 2020
1 parent 6092662 commit 9f7bb20
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions DS4Windows/DS4Library/DS4Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,17 +1146,6 @@ private unsafe void performDs4Input()
}
}

if (conType == ConnectionType.BT && oldCharging != charging)
{
/*if (Global.getQuickCharge() && charging)
{
DisconnectBT(true);
timeoutExecuted = true;
return;
}
*/
}

if (Report != null)
Report(this, EventArgs.Empty);

Expand Down

0 comments on commit 9f7bb20

Please sign in to comment.