Stratosphere: extract common code to libstratosphere.

This commit is contained in:
Michael Scire
2018-04-21 20:31:06 -06:00
parent 6a51ce25b3
commit b81ceeca21
15 changed files with 171 additions and 21 deletions

View File

@@ -4,9 +4,8 @@
#include <malloc.h>
#include <switch.h>
#include <stratosphere.hpp>
#include "waitablemanager.hpp"
#include "serviceserver.hpp"
#include "ldr_process_manager.hpp"
#include "ldr_debug_monitor.hpp"
#include "ldr_shell.hpp"