Disabled Xbox protocol debugging

This commit is contained in:
Sam Lantinga 2020-11-19 19:09:34 -08:00
parent c9b097e659
commit ffb4d960b2

View File

@ -36,7 +36,6 @@
/* Define this if you want to log all packets from the controller */ /* Define this if you want to log all packets from the controller */
/*#define DEBUG_XBOX_PROTOCOL*/ /*#define DEBUG_XBOX_PROTOCOL*/
#define DEBUG_XBOX_PROTOCOL
/* The amount of time to wait after hotplug to send controller init sequence */ /* 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 */ #define CONTROLLER_INIT_DELAY_MS 1500 /* 475 for Xbox One S, 1275 for the PDP Battlefield 1 */