disabled linux joystick debugging outputs and reverted unnecessary comment edit

This commit is contained in:
atfrase 2022-01-31 13:55:37 -06:00 committed by Sam Lantinga
parent 3b53555bcf
commit db9e14e504
2 changed files with 3 additions and 3 deletions

View file

@ -78,11 +78,11 @@
#include "../../core/linux/SDL_evdev_capabilities.h"
#include "../../core/linux/SDL_udev.h"
#if 1
#if 0
#define DEBUG_INPUT_EVENTS 1
#endif
#if 1
#if 0
#define DEBUG_GAMEPAD_MAPPING 1
#endif