mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Make sure to stop USB controller while suspending
Related to issue #595
This commit is contained in:
parent
425b1dd47a
commit
6533585a07
@ -510,6 +510,10 @@ namespace DS4Windows
|
||||
tempDevice.StopUpdate();
|
||||
tempDevice.DisconnectDongle(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
tempDevice.StopUpdate();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user