mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 09:50:47 -07:00
Rename Hipc to Cmif where appropriate (#3880)
This commit is contained in:
@ -5,7 +5,7 @@ namespace Ryujinx.HLE.HOS.Services.Caps
|
||||
{
|
||||
public IAlbumControlService(ServiceCtx context) { }
|
||||
|
||||
[CommandHipc(33)] // 7.0.0+
|
||||
[CommandCmif(33)] // 7.0.0+
|
||||
// SetShimLibraryVersion(pid, u64, nn::applet::AppletResourceUserId)
|
||||
public ResultCode SetShimLibraryVersion(ServiceCtx context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user