From c8896e4681a5492316019972ee5ae23faf7ad9da Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 21 Nov 2019 10:09:26 -0800 Subject: [PATCH] Turned on controllermap debug output by default --- test/controllermap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/controllermap.c b/test/controllermap.c index 61c015a8ee5ff..40c3518d2ba56 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