mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-10 21:26:43 +03:00
d02267c34f
This commit adds support for threading and mutexes. However, there is also a basis of conditional variables but these don't work due to the lack of a shared memory model between the guest and host. So, conditional variables will be deferred to after the shared memory model is in place.