Skip to content

Commit ff4e0fa

Browse files
committed
fixed last_joy_detect_time population
1 parent fa7392c commit ff4e0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/joystick/linux/SDL_sysjoystick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,9 +745,9 @@ static void LINUX_FallbackJoystickDetect(void)
745745

746746
last_input_dir_mtime = sb.st_mtime;
747747
}
748+
#endif
748749

749750
last_joy_detect_time = now;
750-
#endif
751751
}
752752
}
753753

0 commit comments

Comments
 (0)