[tma2] [Ongoing] Continue implementing modules for tma2. (#1388)

* cs: add stub sysmodule to host command shell server

* cs: implement logic for main (linker error paradise, for now)

* cs: implement more of the system module's skeleton

* htcs: update client type names for libnx pr merge
This commit is contained in:
SciresM
2021-03-16 17:13:30 -07:00
committed by GitHub
parent 021d4c88fa
commit 5362ee9450
44 changed files with 1785 additions and 6 deletions

View File

@@ -17,3 +17,7 @@
#include <stratosphere/htc/server/htc_htcmisc_hipc_server.hpp>
#include <stratosphere/htc/server/htc_htcmisc_channel_ids.hpp>
#include <stratosphere/htc/tenv/htc_tenv_types.hpp>
#include <stratosphere/htc/tenv/htc_tenv.hpp>
#include <stratosphere/htc/tenv/htc_tenv_service_manager.hpp>