libstrat: update for latest libnx, delete ipc in prep for rewrite
1 parent add18d8 commit bd341d5c0091f9e944eac3da7ca365cfabef6af4
@Michael Scire Michael Scire authored on 30 Sep 2019
SciresM committed on 7 Dec 2019
Showing 34 changed files
View
stratosphere/libstratosphere/Makefile
View
stratosphere/libstratosphere/include/stratosphere.hpp
View
stratosphere/libstratosphere/include/stratosphere/ams.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/ams/ams_firmware_version_api.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/ams/ams_types.hpp 0 → 100644
View
stratosphere/libstratosphere/include/stratosphere/firmware_version.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_buffers.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_domain_object.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_out.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_response_context.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_serialization.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_service_object.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_service_session.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_session_manager_base.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc/ipc_special.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/iwaitable.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/mitm.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/mitm/imitmserviceobject.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/mitm/mitm_query_service.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/mitm/mitm_server.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/mitm/mitm_session.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/servers.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/waitable_manager.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/waitable_manager_base.hpp 100644 → 0
View
stratosphere/libstratosphere/source/ams/ams_firmware_version_api.cpp 0 → 100644
View
stratosphere/libstratosphere/source/cfg/cfg_flags.cpp
View
stratosphere/libstratosphere/source/cfg/cfg_override.cpp
View
stratosphere/libstratosphere/source/cfg/cfg_privileged_process.cpp
View
stratosphere/libstratosphere/source/firmware_version.cpp 100644 → 0
View
stratosphere/libstratosphere/source/map/map_api.cpp
View
stratosphere/libstratosphere/source/mitm_server.cpp 100644 → 0
View
stratosphere/libstratosphere/source/pm/pm_dmnt_api.cpp
View
stratosphere/libstratosphere/source/updater/updater_api.cpp
View
stratosphere/libstratosphere/source/util/util_ini.cpp