diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Lm/ILogService.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/Lm/ILogService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Lm/ILogService.cs b/Ryujinx.HLE/HOS/Services/Lm/ILogService.cs index 9fc46766..0976431b 100644 --- a/Ryujinx.HLE/HOS/Services/Lm/ILogService.cs +++ b/Ryujinx.HLE/HOS/Services/Lm/ILogService.cs @@ -7,7 +7,7 @@ namespace Ryujinx.HLE.HOS.Services.Lm { public ILogService(ServiceCtx context) { } - [Command(0)] + [CommandHipc(0)] // Initialize(u64, pid) -> object<nn::lm::ILogger> public ResultCode Initialize(ServiceCtx context) { |
