Disable ISAPnP logging

This commit is contained in:
RichardG867
2021-06-03 16:02:15 -03:00
parent 62afe31757
commit 2b692640e1
2 changed files with 2 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ timer_over(void *priv)
axis->joystick->state &= ~(1 << axis->axis_nr);
/* Notify the joystick when the first axis' period is finished. */
if (axis == &axis->joystick->axis[0])
axis->joystick->intf->a0_over(axis->joystick->dat);
}