diff options
| author | 2020-12-01 11:47:37 -0800 | |
|---|---|---|
| committer | 2020-12-01 11:47:37 -0800 | |
| commit | 25f650e075c441798016d0e7a446a10ce82a2865 (patch) | |
| tree | 940e2a4754d9edc508ac75b70903a475b44c7132 /src/input_common/main.cpp | |
| parent | Merge pull request #5047 from german77/MouseInput (diff) | |
| parent | Add multiple udp server support (diff) | |
| download | yuzu-25f650e075c441798016d0e7a446a10ce82a2865.tar.gz yuzu-25f650e075c441798016d0e7a446a10ce82a2865.tar.xz yuzu-25f650e075c441798016d0e7a446a10ce82a2865.zip | |
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 880ea73b8..7c4e7dd3b 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -286,7 +286,7 @@ void InputSubsystem::ReloadInputDevices() { | |||
| 286 | if (!impl->udp) { | 286 | if (!impl->udp) { |
| 287 | return; | 287 | return; |
| 288 | } | 288 | } |
| 289 | impl->udp->ReloadUDPClient(); | 289 | impl->udp->ReloadSockets(); |
| 290 | } | 290 | } |
| 291 | 291 | ||
| 292 | std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( | 292 | std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( |