mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-16 05:30:58 +00:00
490aa5082f
Other shared library constructors can invoke open()/close() before SDL2-compat's constructor runs to load SDL3 and populate the SDL3 function table. This causes SDL_AtomicLock()/SDL_AtomicUnlock() to jump to 0. See #1707