mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-11-12 08:04:59 +00:00
This prevents a race if two threads that need d-bus try to init it at the same time. Note that SDL_Init will likely handle this from a single thread at startup, but there are places outside of init where one might trigger D-Bus init, like setting thread priority (a common first thing for a new thread to do) resulting in SDL trying to use RTKit. Fixes #4587. |
||
|---|---|---|
| .. | ||
| android | ||
| freebsd | ||
| linux | ||
| openbsd | ||
| os2 | ||
| unix | ||
| windows | ||
| winrt | ||