|
[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 |
|---|
|
|
| libraries/libstratosphere/include/stratosphere.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/ams/impl/ams_system_thread_definitions.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/cs.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/cs/cs_audio_server.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/cs/cs_command_processor.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/cs/cs_hid_server.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/cs/cs_remote_video_server.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/cs/cs_target_io_server.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/htc.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_i_service.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_i_service_manager.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_service_manager.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/htc/tenv/htc_tenv_types.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs/scs_command_processor.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs/scs_server_manager.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs/scs_shell.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs/scs_shell_server.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/scs/scs_tenv.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/boot2/boot2_api.cpp |
|---|
| libraries/libstratosphere/source/cs/cs_audio_server.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/cs/cs_command_processor.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/cs/cs_hid_server.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/cs/cs_remote_video_server.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/cs/cs_target_io_server.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/htc_tenv.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/htc_tenv_service.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/htc_tenv_service.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/htc_tenv_service_manager.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/impl/htc_tenv_allocator.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htc/tenv/impl/htc_tenv_allocator.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/htcs/client/htcs_session.cpp |
|---|
| libraries/libstratosphere/source/scs/scs_command_processor.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/scs/scs_server_manager.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/scs/scs_shell.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/scs/scs_shell_server.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/scs/scs_tenv.cpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/results.hpp |
|---|
| libraries/libvapours/include/vapours/results/cs_results.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/results/scs_results.hpp 0 → 100644 |
|---|
| stratosphere/cs/Makefile 0 → 100644 |
|---|
| stratosphere/cs/cs.json 0 → 100644 |
|---|
| stratosphere/cs/source/cs_main.cpp 0 → 100644 |
|---|