mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-01 22:56:48 +08:00
* N3DS: Make Sem waits cooperative friendly. The 3DS has a cooperative threading model. Sleeping after TryWait and WaitTimeout avoid starving other threads. It inccurs a runtime penalty, but it's better than having to hard reset your console to recover from a deadlock.