mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
59236a458c
std::atomic<bool> is broken on MinGW and causes deadlocks there. Use a normal cond var in its stead.