mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Fixed switching of DInput only profiles
This commit is contained in:
parent
1881c223ba
commit
d1479c74df
@ -4936,7 +4936,8 @@ namespace DS4Windows
|
|||||||
xinputStatus = true;
|
xinputStatus = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (oldContType != outputDevType[device])
|
else if (!dinputOnly[device] &&
|
||||||
|
oldContType != outputDevType[device])
|
||||||
{
|
{
|
||||||
xinputPlug = true;
|
xinputPlug = true;
|
||||||
xinputStatus = true;
|
xinputStatus = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user