diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs b/Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs index 546c0567..318ad30e 100644 --- a/Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs +++ b/Ryujinx.HLE/HOS/Services/Ncm/Lr/ILocationResolverManager.cs @@ -8,7 +8,7 @@ namespace Ryujinx.HLE.HOS.Services.Ncm.Lr { public ILocationResolverManager(ServiceCtx context) { } - [CommandHipc(0)] + [CommandCmif(0)] // OpenLocationResolver() public ResultCode OpenLocationResolver(ServiceCtx context) { |