mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-13 16:49:08 +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…
x
Reference in New Issue
Block a user