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