mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 08:20:47 -07:00
Rename Hipc to Cmif where appropriate (#3880)
This commit is contained in:
@ -9,7 +9,7 @@ namespace Ryujinx.HLE.HOS.Services.Ns
|
||||
{
|
||||
public IServiceGetterInterface(ServiceCtx context) { }
|
||||
|
||||
[CommandHipc(7996)]
|
||||
[CommandCmif(7996)]
|
||||
// GetApplicationManagerInterface() -> object<nn::ns::detail::IApplicationManagerInterface>
|
||||
public ResultCode GetApplicationManagerInterface(ServiceCtx context)
|
||||
{
|
||||
@ -18,7 +18,7 @@ namespace Ryujinx.HLE.HOS.Services.Ns
|
||||
return ResultCode.Success;
|
||||
}
|
||||
|
||||
[CommandHipc(7989)]
|
||||
[CommandCmif(7989)]
|
||||
// GetReadOnlyApplicationControlDataInterface() -> object<nn::ns::detail::IReadOnlyApplicationControlDataInterface>
|
||||
public ResultCode GetReadOnlyApplicationControlDataInterface(ServiceCtx context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user