summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp')
-rw-r--r--Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
index 68ab32d212..3ad2c00e18 100644
--- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
+++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
@@ -124,8 +124,9 @@ bool ControllerInterface::UpdateInput()
{
if ( (*d)->UpdateInput() )
++ok_count;
- else
- (*d)->ClearInputState();
+ //else
+ // disabled. it might be causing problems
+ //(*d)->ClearInputState();
}
return ( m_devices.size() == ok_count );