Skip to content

Commit

Permalink
fixed last_joy_detect_time population
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Feb 22, 2024
1 parent fa7392c commit ff4e0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/linux/SDL_sysjoystick.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,9 +745,9 @@ static void LINUX_FallbackJoystickDetect(void)

last_input_dir_mtime = sb.st_mtime;
}
#endif

last_joy_detect_time = now;
#endif
}
}

Expand Down

0 comments on commit ff4e0fa

Please sign in to comment.