mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 16:53:48 -04:00
sm/tipc: ensure technical-correctness of sins (no page cost)
This commit is contained in:
parent
f98c7cba98
commit
fcc7ce49d9
2 changed files with 19 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
|||
namespace ams::sm {
|
||||
|
||||
/* Service definition. */
|
||||
class UserService : public tipc::DeferrableBase<sm::impl::IUserInterface> {
|
||||
class UserService : public tipc::DeferrableBase<sm::impl::IUserInterface, /* Maximum deferrable CMIF message size: */ 0x20 + util::AlignUp(sizeof(sm::ServiceName), sizeof(u32))> {
|
||||
private:
|
||||
os::ProcessId m_process_id;
|
||||
bool m_initialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue