From c9c56c4f5c8ed4a7026b089a95e8470b80507061 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Mon, 24 Jun 2019 02:45:34 +0200 Subject: [PATCH] align fix --- Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;