소스 검색

Disabled Xbox protocol debugging

Sam Lantinga 4 년 전
부모
커밋
ffb4d960b2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/joystick/hidapi/SDL_hidapi_xboxone.c

+ 0 - 1
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 */