mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-23 23:21:49 +01:00
Re-added unneeded call.
.NET causes performance degradation without it
This commit is contained in:
parent
fb9a0ed5ec
commit
a6b9fb0f4e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user