Disable controller state debug messages
This commit is contained in:
@@ -1118,7 +1118,6 @@ static void IOS_MFIJoystickUpdate(SDL_Joystick *joystick)
|
|||||||
int i;
|
int i;
|
||||||
Uint64 timestamp = SDL_GetTicksNS();
|
Uint64 timestamp = SDL_GetTicksNS();
|
||||||
|
|
||||||
#define DEBUG_CONTROLLER_STATE
|
|
||||||
#ifdef DEBUG_CONTROLLER_STATE
|
#ifdef DEBUG_CONTROLLER_STATE
|
||||||
if (@available(macOS 10.16, iOS 14.0, tvOS 14.0, *)) {
|
if (@available(macOS 10.16, iOS 14.0, tvOS 14.0, *)) {
|
||||||
if (controller.physicalInputProfile) {
|
if (controller.physicalInputProfile) {
|
||||||
|
|||||||
Reference in New Issue
Block a user