htcs: implement virtual socket collection

This commit is contained in:
Michael Scire
2021-02-19 13:03:48 -08:00
committed by SciresM
parent ec643789ab
commit f7fcb54622
9 changed files with 1204 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
#pragma once
#include <stratosphere/htcs/htcs_types.hpp>
#include <stratosphere/htcs/htcs_api.hpp>
#include <stratosphere/htcs/htcs_socket.hpp>
#include <stratosphere/htcs/impl/htcs_manager_holder.hpp>
#include <stratosphere/htcs/impl/htcs_channel_ids.hpp>
#include <stratosphere/htcs/server/htcs_hipc_server.hpp>