diff --git a/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs b/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs index 0e65ad0f77..72f5e77daf 100644 --- a/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs +++ b/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs @@ -22,9 +22,9 @@ namespace Ryujinx.HLE.HOS.Services.Friend { _commands = new Dictionary { - { 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;