Turned off debug messages

This commit is contained in:
Sam Lantinga
2018-08-15 19:53:28 -07:00
parent 51902010c6
commit 641c674f2a
2 changed files with 1 additions and 1 deletions

View File

@@ -871,6 +871,7 @@ HIDAPI_DriverSwitch_Update(SDL_Joystick *joystick, hid_device *dev, void *contex
HIDAPI_DriverSwitch_Rumble(joystick, dev, context, 0, 0, 0);
}
}
return (size >= 0);
}