[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
1 parent 021d4c8 commit 5362ee945027bd0d839c5aecd5564b62294de922
@SciresM SciresM authored on 17 Mar 2021
GitHub committed on 17 Mar 2021
Showing 44 changed files
View
libraries/libstratosphere/include/stratosphere.hpp
View
libraries/libstratosphere/include/stratosphere/ams/impl/ams_system_thread_definitions.hpp
View
libraries/libstratosphere/include/stratosphere/cs.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cs/cs_audio_server.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cs/cs_command_processor.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cs/cs_hid_server.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cs/cs_remote_video_server.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cs/cs_target_io_server.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/htc.hpp
View
libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_i_service.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_i_service_manager.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_service_manager.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_types.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs/scs_command_processor.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs/scs_server_manager.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs/scs_shell.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs/scs_shell_server.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/scs/scs_tenv.hpp 0 → 100644
View
libraries/libstratosphere/source/boot2/boot2_api.cpp
View
libraries/libstratosphere/source/cs/cs_audio_server.cpp 0 → 100644
View
libraries/libstratosphere/source/cs/cs_command_processor.cpp 0 → 100644
View
libraries/libstratosphere/source/cs/cs_hid_server.cpp 0 → 100644
View
libraries/libstratosphere/source/cs/cs_remote_video_server.cpp 0 → 100644
View
libraries/libstratosphere/source/cs/cs_target_io_server.cpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/htc_tenv.cpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/htc_tenv_service.cpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/htc_tenv_service.hpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/htc_tenv_service_manager.cpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/impl/htc_tenv_allocator.cpp 0 → 100644
View
libraries/libstratosphere/source/htc/tenv/impl/htc_tenv_allocator.hpp 0 → 100644
View
libraries/libstratosphere/source/htcs/client/htcs_session.cpp
View
libraries/libstratosphere/source/scs/scs_command_processor.cpp 0 → 100644
View
libraries/libstratosphere/source/scs/scs_server_manager.cpp 0 → 100644
View
libraries/libstratosphere/source/scs/scs_shell.cpp 0 → 100644
View
libraries/libstratosphere/source/scs/scs_shell_server.cpp 0 → 100644
View
libraries/libstratosphere/source/scs/scs_tenv.cpp 0 → 100644
View
libraries/libvapours/include/vapours/results.hpp
View
libraries/libvapours/include/vapours/results/cs_results.hpp 0 → 100644
View
libraries/libvapours/include/vapours/results/scs_results.hpp 0 → 100644
View
stratosphere/cs/Makefile 0 → 100644
View
stratosphere/cs/cs.json 0 → 100644
View
stratosphere/cs/source/cs_main.cpp 0 → 100644