浏览代码

Turned on controllermap debug output by default

Sam Lantinga 6 年之前
父节点
当前提交
c8896e4681
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      test/controllermap.c

+ 3 - 0
test/controllermap.c

@@ -21,6 +21,9 @@
 
 #ifndef SDL_JOYSTICK_DISABLED
 
+/* Define this for verbose output while mapping controllers */
+#define DEBUG_CONTROLLERMAP
+
 #ifdef __IPHONEOS__
 #define SCREEN_WIDTH    320
 #define SCREEN_HEIGHT   480