Added java joystick message spam fix (artf3836)

Change-Id: I1e29aea00dc61574272f47fc3e1bcd98bd825d22
This commit is contained in:
Brad Miller
2014-12-03 11:02:12 -05:00
parent b1056cf6d7
commit fa229f2b13
2 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
// set the logging level
TLogLevel dsLogLevel = logDEBUG;
const double JOYSTICK_UNPLUGGED_MESSAGE_INTERVAL = 1.0e06;
const double JOYSTICK_UNPLUGGED_MESSAGE_INTERVAL = 1.0;
#define DS_LOG(level) \
if (level > dsLogLevel) ; \