os: implement LightEvent

This commit is contained in:
Michael Scire 2021-09-28 18:54:09 -07:00
parent 5e0bbb61b1
commit 632b6b3330
8 changed files with 644 additions and 1 deletions

View file

@ -44,7 +44,7 @@
#include <stratosphere/os/os_sdk_reply_and_receive.hpp>
#include <stratosphere/os/os_thread.hpp>
#include <stratosphere/os/os_message_queue.hpp>
//#include <stratosphere/os/os_light_event.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_waitable.hpp>