Commit c8896e4681a5492316019972ee5ae23faf7ad9da

Sam Lantinga 2019-11-21T10:09:26

Turned on controllermap debug output by default

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/test/controllermap.c b/test/controllermap.c
index 61c015a..40c3518 100644
--- a/test/controllermap.c
+++ b/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