wins1ey / LibreSplit

Free speedrun timer with auto splitting and load removal for Linux.
GNU General Public License v3.0
21 stars 7 forks source link

Simplify and reduce number of threads #28

Closed wins1ey closed 7 months ago

wins1ey commented 7 months ago

Moved the last_auto_splitter function to last-gtk.c, removed the ThreadArgs struct and the 2nd pthread that was created because the timer can just continue to run in the main thread instead.