Add command version
This commit is contained in:
parent
df2abfa456
commit
343b3be18f
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
|||
_baseCommitManager = baseCommitManager;
|
||||
}
|
||||
|
||||
[Command(1)]
|
||||
[Command(1)] // 6.0.0+
|
||||
// Add(object<nn::fssrv::sf::IFileSystem>)
|
||||
public ResultCode Add(ServiceCtx context)
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
|||
return (ResultCode)result.Value;
|
||||
}
|
||||
|
||||
[Command(2)]
|
||||
[Command(2)] // 6.0.0+
|
||||
// Commit()
|
||||
public ResultCode Commit(ServiceCtx context)
|
||||
{
|
||||
|
@ -32,4 +32,4 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
|||
return (ResultCode)result.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue