mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
InputCommon: Remove racy UpdateInput call in DetectInput.
This commit is contained in:
parent
1a3b4d91bf
commit
7accd9825f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue