htc: Implement RpcClient::ReceiveThread + SendThread

This commit is contained in:
Michael Scire
2021-02-10 02:05:45 -08:00
committed by SciresM
parent d60b1abed0
commit 3be005b638
6 changed files with 157 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ namespace ams::htc::server::rpc {
s64 body_size;
u32 task_id;
u64 params[5];
u8 data[];
char data[];
};
static_assert(sizeof(RpcPacket) == 0x40);