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& 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.