align fix
This commit is contained in:
parent
312eb7e0a1
commit
c9c56c4f5c
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ namespace Ryujinx.HLE.HOS.Services.Friend
|
||||||
{
|
{
|
||||||
_commands = new Dictionary<int, ServiceProcessRequest>
|
_commands = new Dictionary<int, ServiceProcessRequest>
|
||||||
{
|
{
|
||||||
{ 0, GetEvent }, // 2.0.0+
|
{ 0, GetEvent }, // 2.0.0+
|
||||||
//{ 1, Pop }, // 2.0.0+
|
//{ 1, Pop }, // 2.0.0+
|
||||||
//{ 2, Clear }, // 2.0.0+
|
//{ 2, Clear }, // 2.0.0+
|
||||||
};
|
};
|
||||||
|
|
||||||
_userId = userId;
|
_userId = userId;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue