libsdl-org / SDL-1.2

Simple Directmedia Layer, 1.2 branch ... ***DEPRECATED***, please use https://github.com/libsdl-org/SDL for new projects!
https://libsdl.org
GNU Lesser General Public License v2.1
98 stars 81 forks source link

atari: fix compilation with --enable-threads #881

Closed mikrosk closed 9 months ago

mikrosk commented 9 months ago

Thread support implies SDL_TIMER_UNIX while SDL_AtariMint_CheckTimer() is available only with SDL_TIMER_MINT so it must not be used.