summaryrefslogtreecommitdiffstats
path: root/src/input_common/main.cpp
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-11-18 05:16:29 +0100
committergerman <german@thesoftwareartisans.com>2020-11-26 06:44:41 +0100
commit2c2b586d86d71bd6c134c32d27b155615230222e (patch)
tree8344f77a6a09879bc419dc62cfc3a10ad5632d82 /src/input_common/main.cpp
parentMerge pull request #4976 from comex/poll-events (diff)
downloadyuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.gz
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.bz2
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.lz
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.xz
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.zst
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.zip
Diffstat (limited to 'src/input_common/main.cpp')
-rw-r--r--src/input_common/main.cpp2
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() {
if (!impl->udp) {
return;
}
- impl->udp->ReloadUDPClient();
+ impl->udp->ReloadSockets();
}
std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers(