Removed unnecessary array copy for USB and SONYWA connections

This commit is contained in:
Travis Nickles 2018-10-26 01:37:51 -05:00
parent 32605524ff
commit e3ed777682

View File

@ -1186,9 +1186,8 @@ namespace DS4Windows
if (usingBT)
{
Monitor.Enter(outputReport);
}
outReportBuffer.CopyTo(outputReport, 0);
}
try
{