mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
The pthread wrapper uses semaphores to simulate condition variables, but it is easy to hit the 3DS' limit of available semaphores. libctru 2.0 supplies a lightweight condition variable API. We will use that when it exists, and backport it when it doesn't.