mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Use output thread for USB connections again
This commit is contained in:
parent
63688885cd
commit
cc4bc7f05c
@ -521,7 +521,7 @@ namespace DS4Windows
|
||||
//Console.WriteLine(MacAddress.ToString() + " " + System.DateTime.UtcNow.ToString("o") + "> start");
|
||||
sendOutputReport(true); // initialize the output report
|
||||
|
||||
if (conType == ConnectionType.BT)
|
||||
//if (conType == ConnectionType.BT)
|
||||
{
|
||||
// Only use the output thread for Bluetooth connections.
|
||||
// USB will utilize overlapped IO instead.
|
||||
@ -1066,7 +1066,7 @@ namespace DS4Windows
|
||||
{
|
||||
syncWriteReport = false;
|
||||
}
|
||||
sendOutputReport(syncWriteReport);
|
||||
sendOutputReport(false);
|
||||
|
||||
if (!string.IsNullOrEmpty(currerror))
|
||||
error = currerror;
|
||||
|
Loading…
Reference in New Issue
Block a user