ProcessManager: Implement core process management logic.

This commit is contained in:
Michael Scire 2018-05-03 23:58:25 -06:00
parent 999498c0a0
commit d6cf7c605f
12 changed files with 688 additions and 99 deletions

View file

@ -10,6 +10,7 @@
#include "stratosphere/ievent.hpp"
#include "stratosphere/systemevent.hpp"
#include "stratosphere/hossynch.hpp"
#include "stratosphere/waitablemanager.hpp"