Fix incorrect ordering of cmds in INotificationService
This commit is contained in:
parent
c9c56c4f5c
commit
80f3744407
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue