os: implement LightMessageQueue

This commit is contained in:
Michael Scire
2021-09-29 12:55:52 -07:00
parent cf5f431058
commit b8a1ebd11a
5 changed files with 518 additions and 1 deletions

View File

@@ -45,6 +45,6 @@
#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_message_queue.hpp>
#include <stratosphere/os/os_light_message_queue.hpp>
//#include <stratosphere/os/os_light_semaphore.hpp>
#include <stratosphere/os/os_waitable.hpp>