mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Removed unnecessary array copy for USB and SONYWA connections
This commit is contained in:
parent
32605524ff
commit
e3ed777682
@ -1186,9 +1186,8 @@ namespace DS4Windows
|
||||
if (usingBT)
|
||||
{
|
||||
Monitor.Enter(outputReport);
|
||||
}
|
||||
|
||||
outReportBuffer.CopyTo(outputReport, 0);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user