diff options
| author | 2020-11-17 22:16:29 -0600 | |
|---|---|---|
| committer | 2020-11-25 23:44:41 -0600 | |
| commit | 2c2b586d86d71bd6c134c32d27b155615230222e (patch) | |
| tree | 8344f77a6a09879bc419dc62cfc3a10ad5632d82 /src/input_common/main.cpp | |
| parent | Merge pull request #4976 from comex/poll-events (diff) | |
| download | yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.gz yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.xz yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.zip | |
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 e59ad4ff5..5299549db 100644 --- a/src/input_common/main.cpp +++ b/src/input_common/main.cpp | |||
| @@ -233,7 +233,7 @@ void InputSubsystem::ReloadInputDevices() { | |||
| 233 | if (!impl->udp) { | 233 | if (!impl->udp) { |
| 234 | return; | 234 | return; |
| 235 | } | 235 | } |
| 236 | impl->udp->ReloadUDPClient(); | 236 | impl->udp->ReloadSockets(); |
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( | 239 | std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers( |