mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
tipc: implement framework/server support logic (except for actual processing)
This commit is contained in:
parent
e3a65b1405
commit
822875ecf5
7 changed files with 609 additions and 3 deletions
|
@ -127,7 +127,7 @@ namespace ams::tipc::impl {
|
|||
static_assert(::NAMESPACE::Is##INTERFACE<ImplType>); \
|
||||
\
|
||||
/* Get accessor to the message buffer. */ \
|
||||
svc::ipc::MessageBuffer message_buffer(svc::ipc::GetMessageBuffer()); \
|
||||
const svc::ipc::MessageBuffer message_buffer(svc::ipc::GetMessageBuffer()); \
|
||||
\
|
||||
/* Get decision variables. */ \
|
||||
const auto tag = svc::ipc::MessageBuffer::MessageHeader(message_buffer).GetTag(); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue