os: implement LightSemaphore

This commit is contained in:
Michael Scire
2021-09-29 13:24:03 -07:00
parent b8a1ebd11a
commit 1e7a327a25
7 changed files with 346 additions and 5 deletions

View File

@@ -46,5 +46,5 @@
#include <stratosphere/os/os_message_queue.hpp>
#include <stratosphere/os/os_light_event.hpp>
#include <stratosphere/os/os_light_message_queue.hpp>
//#include <stratosphere/os/os_light_semaphore.hpp>
#include <stratosphere/os/os_light_semaphore.hpp>
#include <stratosphere/os/os_waitable.hpp>