libstratosphere: Implement message queues

This commit is contained in:
Michael Scire
2018-11-03 22:05:42 -07:00
parent 8426a4dc77
commit e65bee0d6a
4 changed files with 345 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
#include "stratosphere/scope_guard.hpp"
#include "stratosphere/hossynch.hpp"
#include "stratosphere/message_queue.hpp"
#include "stratosphere/iwaitable.hpp"
#include "stratosphere/event.hpp"