diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs b/Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs index 0cf6a43c..10ee1b83 100644 --- a/Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs +++ b/Ryujinx.HLE/HOS/Services/Nifm/IStaticService.cs @@ -9,7 +9,7 @@ namespace Ryujinx.HLE.HOS.Services.Nifm { public IStaticService(ServiceCtx context) { } - [Command(4)] + [CommandHipc(4)] // CreateGeneralServiceOld() -> object<nn::nifm::detail::IGeneralService> public ResultCode CreateGeneralServiceOld(ServiceCtx context) { @@ -18,7 +18,7 @@ namespace Ryujinx.HLE.HOS.Services.Nifm return ResultCode.Success; } - [Command(5)] // 3.0.0+ + [CommandHipc(5)] // 3.0.0+ // CreateGeneralService(u64, pid) -> object<nn::nifm::detail::IGeneralService> public ResultCode CreateGeneralService(ServiceCtx context) { |
