htcs: hook up CreateSocket/RpcClient Begin<>/End<>

This commit is contained in:
Michael Scire
2021-02-17 23:28:05 -08:00
committed by SciresM
parent abff428212
commit 536e3e99a8
9 changed files with 235 additions and 14 deletions

View File

@@ -39,8 +39,10 @@ namespace ams::htc::server::rpc {
static_assert(sizeof(RpcPacket) == 0x40);
enum class RpcTaskCancelReason {
None = 0,
/* ... */
None = 0,
One = 1,
Two = 2,
QueueNotAvailable = 3,
};
enum class RpcTaskState {