mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
InputCommon: Remove racy UpdateInput call in DetectInput.
This commit is contained in:
parent
1a3b4d91bf
commit
7accd9825f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user