mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 06:25:20 -04:00
htc: send logic for HtcctrlService, bugfixes (thanks @misson20000)
This commit is contained in:
parent
0977ee72ca
commit
df3d62df84
10 changed files with 197 additions and 15 deletions
|
@ -27,8 +27,7 @@ namespace ams::htclow {
|
|||
static_assert(sizeof(ctrl::HtcctrlPacketBody) <= sizeof(PacketBody));
|
||||
private:
|
||||
u32 m_thread_stack_size;
|
||||
u8 m_packet_header[sizeof(PacketHeader)];
|
||||
u8 m_send_packet_body[sizeof(PacketBody)];
|
||||
u8 m_send_buffer[sizeof(PacketHeader) + sizeof(PacketBody)];
|
||||
u8 m_receive_packet_body[sizeof(PacketBody)];
|
||||
mem::StandardAllocator *m_allocator;
|
||||
mux::Mux *m_mux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue