Merge branch 'fix-real-gcpad-sticks'
This commit is contained in:
commit
b44918d1ed
|
@ -18,7 +18,10 @@
|
||||||
|
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
|
||||||
#define INPUT_DETECT_THRESHOLD 0.85f
|
namespace
|
||||||
|
{
|
||||||
|
const float INPUT_DETECT_THRESHOLD = 0.55f;
|
||||||
|
}
|
||||||
|
|
||||||
ControllerInterface g_controller_interface;
|
ControllerInterface g_controller_interface;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue