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;
|
_baseCommitManager = baseCommitManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command(1)]
|
[Command(1)] // 6.0.0+
|
||||||
// Add(object<nn::fssrv::sf::IFileSystem>)
|
// Add(object<nn::fssrv::sf::IFileSystem>)
|
||||||
public ResultCode Add(ServiceCtx context)
|
public ResultCode Add(ServiceCtx context)
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,7 @@ namespace Ryujinx.HLE.HOS.Services.Fs
|
||||||
return (ResultCode)result.Value;
|
return (ResultCode)result.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command(2)]
|
[Command(2)] // 6.0.0+
|
||||||
// Commit()
|
// Commit()
|
||||||
public ResultCode Commit(ServiceCtx context)
|
public ResultCode Commit(ServiceCtx context)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue