mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +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);
|
oldxiport = (int)Math.Round(nUDXIPorts.Value, 0);
|
||||||
FirstXinputPort = oldxiport;
|
FirstXinputPort = oldxiport;
|
||||||
Program.rootHub.x360Bus.FirstController = oldxiport;
|
Program.rootHub.x360Bus.FirstController = oldxiport;
|
||||||
btnStartStop_Click(sender, e);
|
btnStartStop_Clicked(false);
|
||||||
btnStartStop_Click(sender, e);
|
finishHideDS4Check();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user