diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 06:07:00 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-19 06:07:00 +0100 | 
| commit | 4c2ff569eb29051cee9b6c4e520ad02ff3968dad (patch) | |
| tree | 21f2badce2912e6294e2746d6e2f41b1df52d7cb /dinput | |
| parent | 142c5409c4430f610f1d39f95b93404fb6099336 (diff) | |
dinput: remove joy logspam
Diffstat (limited to 'dinput')
| -rw-r--r-- | dinput/win32-joystick.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/dinput/win32-joystick.hpp b/dinput/win32-joystick.hpp index 1eef5bfa..8d5524ff 100644 --- a/dinput/win32-joystick.hpp +++ b/dinput/win32-joystick.hpp @@ -40,7 +40,7 @@ static constexpr inline unsigned max_buttons_and_pov_hats = max_buttons + max_po  // XXX how many axis update events can we reasonably get in a short time frame?  static constexpr inline unsigned num_buffers = 16; -#define WIN32_JOY_DEBUG +//#define WIN32_JOY_DEBUG  struct OTR_DINPUT_EXPORT win32_joy_ctx final  { | 
