From 4c2ff569eb29051cee9b6c4e520ad02ff3968dad Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 19 Dec 2018 06:07:00 +0100 Subject: dinput: remove joy logspam --- dinput/win32-joystick.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3