diff options
author | bunnei <bunneidev@gmail.com> | 2020-12-01 11:47:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 11:47:37 -0800 |
commit | 25f650e075c441798016d0e7a446a10ce82a2865 (patch) | |
tree | 940e2a4754d9edc508ac75b70903a475b44c7132 /src/input_common/main.cpp | |
parent | d39dfdf45c1205b9afaf3927bcbe81b057995176 (diff) | |
parent | 2c2b586d86d71bd6c134c32d27b155615230222e (diff) |
Merge pull request #4937 from german77/multiUDP
InputCommon: Add multiple udp server support
Diffstat (limited to 'src/input_common/main.cpp')
-rw-r--r-- | src/input_common/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.cpp b/src/input_common/main.cpp index 880ea73b86..7c4e7dd3bf 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp @@ -286,7 +286,7 @@ void InputSubsystem::ReloadInputDevices() { if (!impl->udp) { return; } - impl->udp->ReloadUDPClient(); + impl->udp->ReloadSockets(); } std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( |