Minor change to sync output report

This commit is contained in:
Travis Nickles 2017-11-21 03:29:46 -06:00
parent e52da9c9de
commit 12aedd3724

View File

@ -1065,7 +1065,7 @@ namespace DS4Windows
{
outputReportBuffer.CopyTo(outputReport, 0);
outputRumble = false;
outputPendCount = outputPendCount > 0 ? outputPendCount-- : (byte)3;
outputPendCount = 3;
try
{