diff options
| author | nitsuja <nitsuja-@hotmail.com> | 2011-12-14 21:34:55 -0800 |
|---|---|---|
| committer | nitsuja <nitsuja-@hotmail.com> | 2011-12-14 21:34:55 -0800 |
| commit | 1ad05f7440c15a2614a98101b59d3358c5e71141 (patch) | |
| tree | 3f3248a22595d9434d894b85acf4a5587d317faf /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp | |
| parent | 9470f9545ff0316c620449e598b27dd29470e30f (diff) | |
| parent | b44918d1ed999df6ae7e767546028e7fc5f693b0 (diff) | |
Merge branch 'master' of https://code.google.com/p/dolphin-emu
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp index a995ae415a..82cfe2469e 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp @@ -18,7 +18,10 @@ #include "Thread.h" -#define INPUT_DETECT_THRESHOLD 0.85f +namespace +{ +const float INPUT_DETECT_THRESHOLD = 0.55f; +} ControllerInterface g_controller_interface; |
