pgl: begin skeletoning shell service, implement two commands.

This commit is contained in:
Michael Scire
2020-04-16 02:33:36 -07:00
parent b1aee64b81
commit 6ce038acad
11 changed files with 390 additions and 21 deletions

View File

@@ -27,6 +27,7 @@
#include <stratosphere/os/os_random.hpp>
#include <stratosphere/os/os_mutex.hpp>
#include <stratosphere/os/os_condition_variable.hpp>
#include <stratosphere/os/os_sdk_mutex.hpp>
#include <stratosphere/os/os_rw_lock.hpp>
#include <stratosphere/os/os_semaphore.hpp>
#include <stratosphere/os/os_event.hpp>