Fix incorrect ordering of cmds in INotificationService

This commit is contained in:
Thog 2019-06-24 22:03:42 +02:00
commit 80f3744407
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -23,8 +23,8 @@ namespace Ryujinx.HLE.HOS.Services.Friend
_commands = new Dictionary<int, ServiceProcessRequest>
{
{ 0, GetEvent }, // 2.0.0+
//{ 1, Pop }, // 2.0.0+
//{ 2, Clear }, // 2.0.0+
//{ 1, Clear }, // 2.0.0+
//{ 2, Pop }, // 2.0.0+
};
_userId = userId;