mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-02 06:03:05 +00:00
Add multiple udp server support
This commit is contained in:
@@ -233,7 +233,7 @@ void InputSubsystem::ReloadInputDevices() {
|
||||
if (!impl->udp) {
|
||||
return;
|
||||
}
|
||||
impl->udp->ReloadUDPClient();
|
||||
impl->udp->ReloadSockets();
|
||||
}
|
||||
|
||||
std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers(
|
||||
|
||||
Reference in New Issue
Block a user