align fix

This commit is contained in:
Ac_K 2019-06-24 02:45:34 +02:00
parent 312eb7e0a1
commit c9c56c4f5c

View file

@ -22,9 +22,9 @@ 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+
{ 0, GetEvent }, // 2.0.0+
//{ 1, Pop }, // 2.0.0+
//{ 2, Clear }, // 2.0.0+
};
_userId = userId;