Просмотр исходного кода

Disable accidentally enabled debug logging

(cherry picked from commit e1e6cbe6ecf78da703829c62ff5335e7e9a16774)
Sam Lantinga 2 недель назад
Родитель
Сommit
d7af22f927
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_xboxone.c

+ 1 - 1
src/joystick/hidapi/SDL_hidapi_xboxone.c

@@ -34,7 +34,7 @@
 // #define DEBUG_JOYSTICK
 
 // Define this if you want to log all packets from the controller
-#if 1
+#if 0
 #define DEBUG_XBOX_PROTOCOL
 #endif