From 58660c853661f72e633b0a5fb459fe581545e331 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Thu, 8 Apr 2021 00:42:06 +0200 Subject: friend: Fixes PermissionLevel names (#2185) This PR fixes the permission level names, nothing more. --- .../ServiceCreator/NotificationService/NotificationEventHandler.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Ryujinx.HLE/HOS/Services/Friend/ServiceCreator/NotificationService') diff --git a/Ryujinx.HLE/HOS/Services/Friend/ServiceCreator/NotificationService/NotificationEventHandler.cs b/Ryujinx.HLE/HOS/Services/Friend/ServiceCreator/NotificationService/NotificationEventHandler.cs index 4a698f81..383ad006 100644 --- a/Ryujinx.HLE/HOS/Services/Friend/ServiceCreator/NotificationService/NotificationEventHandler.cs +++ b/Ryujinx.HLE/HOS/Services/Friend/ServiceCreator/NotificationService/NotificationEventHandler.cs @@ -1,5 +1,4 @@ using Ryujinx.HLE.HOS.Services.Account.Acc; -using Ryujinx.HLE.Utilities; namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService { @@ -81,4 +80,4 @@ namespace Ryujinx.HLE.HOS.Services.Friend.ServiceCreator.NotificationService } } } -} +} \ No newline at end of file -- cgit v1.2.3