diff options
author | boludoz <francomaro@gmail.com> | 2023-10-16 03:27:10 -0300 |
---|---|---|
committer | boludoz <francomaro@gmail.com> | 2023-10-16 03:27:10 -0300 |
commit | 71f264c498ec354ee1d1e520bd743d043e88c746 (patch) | |
tree | 204a1ae39226d6853f4260607485d1acc21d0c0c /src/input_common/drivers/udp_client.cpp | |
parent | 26417da5d36ea5aae4410a5c35405e27f39661d2 (diff) | |
parent | b3b458edf929ebcd3a52fd0724250e5f1ab49957 (diff) |
Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcut
Diffstat (limited to 'src/input_common/drivers/udp_client.cpp')
-rw-r--r-- | src/input_common/drivers/udp_client.cpp | 1 |
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); } } |