htc: add remaining worker receive thread logic

This commit is contained in:
Michael Scire
2021-02-08 23:44:30 -08:00
committed by SciresM
parent 6fc24d8883
commit 2cdfde6637
11 changed files with 477 additions and 36 deletions

View File

@@ -39,7 +39,7 @@ namespace ams::htclow::ctrl {
struct HtcctrlPacketHeader {
u32 signature;
u32 offset;
u32 sequence_id;
u32 reserved;
u32 body_size;
s16 version;