sm: save 0x5000 of memory by sinning

This commit is contained in:
Michael Scire
2021-11-06 19:33:08 -07:00
parent 496adb0018
commit f98c7cba98
4 changed files with 63 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
namespace ams::sm {
/* Service definition. */
class UserService : public tipc::DeferrableBase {
class UserService : public tipc::DeferrableBase<sm::impl::IUserInterface> {
private:
os::ProcessId m_process_id;
bool m_initialized;