Untested attempt to fix real gcpad sticks not being detected by the input configuration dialogs.
This commit is contained in:
parent
c0dd84cf7d
commit
931a31deca
|
@ -18,7 +18,10 @@
|
|||
|
||||
#include "Thread.h"
|
||||
|
||||
#define INPUT_DETECT_THRESHOLD 0.85f
|
||||
namespace
|
||||
{
|
||||
const float INPUT_DETECT_THRESHOLD = 0.65f;
|
||||
}
|
||||
|
||||
ControllerInterface g_controller_interface;
|
||||
|
||||
|
|
Loading…
Reference in New Issue