Fixed failed to unplug message from appearing when switching profiles using SONYWA

This commit is contained in:
Travis Nickles 2018-05-13 12:59:13 -05:00
parent 07878dafc3
commit ffc2e45854

View File

@ -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(() =>
{