mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Fixed service change after changing xinput port range
Related to issue #143.
This commit is contained in:
parent
6f0cad6253
commit
d16cd15f37
@ -2252,8 +2252,8 @@ namespace DS4Windows
|
||||
oldxiport = (int)Math.Round(nUDXIPorts.Value, 0);
|
||||
FirstXinputPort = oldxiport;
|
||||
Program.rootHub.x360Bus.FirstController = oldxiport;
|
||||
btnStartStop_Click(sender, e);
|
||||
btnStartStop_Click(sender, e);
|
||||
btnStartStop_Clicked(false);
|
||||
finishHideDS4Check();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user