summaryrefslogtreecommitdiff
path: root/test/controllermap.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2019-11-21 10:09:26 -0800
committerSam Lantinga <slouken@libsdl.org>2019-11-21 10:09:26 -0800
commit9979d3dc98d77fe0ca3b51613aeb24d9b447b854 (patch)
tree73c4a39e306b41f55f56156763ef59109c69c134 /test/controllermap.c
parent8b2b8ffecb153e89c8d0e96268f2fdf3edcd06bd (diff)
downloadsdl-9979d3dc98d77fe0ca3b51613aeb24d9b447b854.tar.gz
Turned on controllermap debug output by default
Diffstat (limited to 'test/controllermap.c')
-rw-r--r--test/controllermap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/controllermap.c b/test/controllermap.c
index 61c015a8e..40c3518d2 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