Minor change in pending count

This commit is contained in:
Travis Nickles 2017-11-18 15:01:00 -06:00
parent 45c0b9945c
commit 500c870647

View File

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