diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs b/Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs index 7064960a..4d1f1e28 100644 --- a/Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs +++ b/Ryujinx.HLE/HOS/Services/Mii/IStaticService.cs @@ -18,7 +18,7 @@ namespace Ryujinx.HLE.HOS.Services.Mii _databaseImpl = DatabaseImpl.Instance; } - [Command(0)] + [CommandHipc(0)] // GetDatabaseService(u32 mii_key_code) -> object<nn::mii::detail::IDatabaseService> public ResultCode GetDatabaseService(ServiceCtx context) { |
