mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-10 05:02:41 +00:00
ControllerInterface: Remove unused ClearInputState
This commit is contained in:
parent
367a42dcfd
commit
61fcfc4bf2
7 changed files with 3 additions and 36 deletions
Source/Core/InputCommon/ControllerInterface
|
@ -148,9 +148,6 @@ bool ControllerInterface::UpdateInput()
|
|||
{
|
||||
if (d->UpdateInput())
|
||||
++ok_count;
|
||||
//else
|
||||
// disabled. it might be causing problems
|
||||
//(*d)->ClearInputState();
|
||||
}
|
||||
|
||||
return (m_devices.size() == ok_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue