Re-added unneeded call.

.NET causes performance degradation without it
This commit is contained in:
Travis Nickles 2018-05-07 01:59:11 -05:00
parent fb9a0ed5ec
commit a6b9fb0f4e

View File

@ -792,6 +792,7 @@ namespace DS4Windows
}
sendOutputReport(true, true); // Kick Windows into noticing the disconnection.
StopOutputUpdate();
isDisconnecting = true;
uiContext.Send(new SendOrPostCallback(delegate (object state4)
{