Untested attempt to fix real gcpad sticks not being detected by the input configuration dialogs.

This commit is contained in:
Jordan Woyak 2011-08-31 20:46:04 -05:00
parent c0dd84cf7d
commit 931a31deca
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.65f;
}
ControllerInterface g_controller_interface;