Add comments for IDaemonSuspendSessionService cmds

This commit is contained in:
Thog 2019-07-03 13:46:32 +02:00
parent 77e6be8480
commit ce65550ec5
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -15,7 +15,11 @@ namespace Ryujinx.HLE.HOS.Services.Friend
{
_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;