Skip to content

turnip: semaphore support.

There is only one queue for now, so for non-shared semaphores, the implementation is basically a no-op.

For shared semaphores, this always uses syncobjs for flexibility.

This uses a non-optimal amount for ioctls, but for significantly less we need an updated ioctl.

Edited by Bas Nieuwenhuizen

Merge request reports