Fixed switching of DInput only profiles

This commit is contained in:
Travis Nickles 2020-01-29 15:30:30 -06:00
parent 1881c223ba
commit d1479c74df

View File

@ -4936,7 +4936,8 @@ namespace DS4Windows
xinputStatus = true;
}
}
else if (oldContType != outputDevType[device])
else if (!dinputOnly[device] &&
oldContType != outputDevType[device])
{
xinputPlug = true;
xinputStatus = true;