mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Call StopUpdate for normal device removal when stopping DS4Windows
This commit is contained in:
parent
55890cfc81
commit
387c137c8c
@ -252,6 +252,7 @@ namespace DS4Windows
|
|||||||
DS4LightBar.defaultLight = true;
|
DS4LightBar.defaultLight = true;
|
||||||
DS4LightBar.updateLightBar(DS4Controllers[i], i);
|
DS4LightBar.updateLightBar(DS4Controllers[i], i);
|
||||||
tempDevice.IsRemoved = true;
|
tempDevice.IsRemoved = true;
|
||||||
|
tempDevice.StopUpdate();
|
||||||
Thread.Sleep(50);
|
Thread.Sleep(50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user