Merge branch 'fix-real-gcpad-sticks'

This commit is contained in:
Jordan Woyak 2011-12-12 23:25:32 -06:00
commit b44918d1ed
1 changed files with 4 additions and 1 deletions

View File

@ -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;