Add comments for IDaemonSuspendSessionService cmds
This commit is contained in:
parent
77e6be8480
commit
ce65550ec5
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ namespace Ryujinx.HLE.HOS.Services.Friend
|
||||||
{
|
{
|
||||||
_commands = new Dictionary<int, ServiceProcessRequest>
|
_commands = new Dictionary<int, ServiceProcessRequest>
|
||||||
{
|
{
|
||||||
// ...
|
//{ 0, Unknown0 }, // 4.0.0+
|
||||||
|
//{ 1, Unknown1 }, // 4.0.0+
|
||||||
|
//{ 2, Unknown2 }, // 4.0.0+
|
||||||
|
//{ 3, Unknown3 }, // 4.0.0+
|
||||||
|
//{ 4, Unknown4 }, // 4.0.0+
|
||||||
};
|
};
|
||||||
|
|
||||||
PermissionLevel = permissionLevel;
|
PermissionLevel = permissionLevel;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue