Delete libstratosphere in prep for submodule
1 parent 3b8bb32 commit 5ef01edab5035e88c935d3db6059c70a6fcded85
@Michael Scire Michael Scire authored on 8 Nov 2018
Showing 36 changed files
View
stratosphere/libstratosphere/.gitignore 100644 → 0
View
stratosphere/libstratosphere/Makefile 100644 → 0
View
stratosphere/libstratosphere/include/meta_tools.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/event.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/firmware_version.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/hossynch.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/ipc.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/message_queue.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/mitm/sm_mitm.h 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/scope_guard.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/servers.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/services.hpp 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/services/smm_ams.h 100644 → 0
View
stratosphere/libstratosphere/include/stratosphere/version_check.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/message_queue.cpp 100644 → 0
View
stratosphere/libstratosphere/source/mitm_query_service.cpp 100644 → 0
View
stratosphere/libstratosphere/source/sm_mitm.c 100644 → 0
View
stratosphere/libstratosphere/source/smm_ams.c 100644 → 0