summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Device.cpp
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2020-02-25 22:57:00 +0100
committerGitHub <noreply@github.com>2020-02-25 22:57:00 +0100
commit459b47295dd0af91c24d921b4c8f1e17958e8c68 (patch)
treeb9bea54599dc20a0f36e087f00294a8ee2fe25c3 /Source/Core/InputCommon/ControllerInterface/Device.cpp
parent25d5f0d9efd2af58b5389a358794ff10359e0164 (diff)
parent6b109bd2a6c288c4d4461d9fbdb3d691ee6a4e6d (diff)
Merge pull request #8643 from jordan-woyak/mapping-race-fix
InputCommon/DolphinQt: Mapping related race fixes and cleanups.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Device.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Device.cpp b/Source/Core/InputCommon/ControllerInterface/Device.cpp
index 15c403ca24..ebed1ad421 100644
--- a/Source/Core/InputCommon/ControllerInterface/Device.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Device.cpp
@@ -309,7 +309,6 @@ DeviceContainer::DetectInput(u32 wait_ms, const std::vector<std::string>& device
for (auto& device_state : device_states)
{
- device_state.device->UpdateInput();
for (auto& input_state : device_state.input_states)
{
// We want an input that was initially 0.0 and currently 1.0.