From ffb4d960b20db06dde7f6ba9f111e8a6cdf5112f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 19 Nov 2020 19:09:34 -0800 Subject: [PATCH] Disabled Xbox protocol debugging --- src/joystick/hidapi/SDL_hidapi_xboxone.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_xboxone.c b/src/joystick/hidapi/SDL_hidapi_xboxone.c index 9443e5210..5218cb6ab 100644 --- a/src/joystick/hidapi/SDL_hidapi_xboxone.c +++ b/src/joystick/hidapi/SDL_hidapi_xboxone.c @@ -36,7 +36,6 @@ /* Define this if you want to log all packets from the controller */ /*#define DEBUG_XBOX_PROTOCOL*/ -#define DEBUG_XBOX_PROTOCOL /* The amount of time to wait after hotplug to send controller init sequence */ #define CONTROLLER_INIT_DELAY_MS 1500 /* 475 for Xbox One S, 1275 for the PDP Battlefield 1 */