mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
ControllerInterface: Remove unused ClearInputState
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user