mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Fixed failed to unplug message from appearing when switching profiles using SONYWA
This commit is contained in:
parent
07878dafc3
commit
ffc2e45854
@ -2835,7 +2835,7 @@ namespace DS4Windows
|
||||
if (postLoad && device < 4)
|
||||
{
|
||||
DS4Device tempDev = control.DS4Controllers[device];
|
||||
if (tempDev != null)
|
||||
if (tempDev != null && tempDev.isSynced())
|
||||
{
|
||||
tempDev.queueEvent(() =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user