summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-10-15 10:11:00 +0200
committergerman77 <juangerman-13@hotmail.com>2023-10-15 10:13:51 +0200
commiteae0570a1cae446838f58c7e8c2d2ae6e998811b (patch)
tree730210864ab2926cafd7d84f3be5c987cb913348
parentImprovement in Directory Path Detection for Shortcuts (#11749) (diff)
downloadyuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar.gz
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar.bz2
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar.lz
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar.xz
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.tar.zst
yuzu-eae0570a1cae446838f58c7e8c2d2ae6e998811b.zip
-rw-r--r--src/input_common/drivers/udp_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/drivers/udp_client.cpp b/src/input_common/drivers/udp_client.cpp
index 808b21069..77db60e92 100644
--- a/src/input_common/drivers/udp_client.cpp
+++ b/src/input_common/drivers/udp_client.cpp
@@ -338,6 +338,7 @@ void UDPClient::StartCommunication(std::size_t client, const std::string& host,
for (std::size_t index = 0; index < PADS_PER_CLIENT; ++index) {
const PadIdentifier identifier = GetPadIdentifier(client * PADS_PER_CLIENT + index);
PreSetController(identifier);
+ PreSetMotion(identifier, 0);
}
}