From c1c611466f3cd153846e4c08c3e90229571e4f49 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 26 Sep 2018 00:20:57 +0200 Subject: [PATCH] Update IFriendService.cs --- Ryujinx.HLE/HOS/Services/Friend/IFriendService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/HOS/Services/Friend/IFriendService.cs b/Ryujinx.HLE/HOS/Services/Friend/IFriendService.cs index efd264be2d..d476f5d027 100644 --- a/Ryujinx.HLE/HOS/Services/Friend/IFriendService.cs +++ b/Ryujinx.HLE/HOS/Services/Friend/IFriendService.cs @@ -42,7 +42,7 @@ namespace Ryujinx.HLE.HOS.Services.Friend long Unknown1 = Context.RequestData.ReadInt64(); - // There is any friend online, so we return 0 because the nn::account::NetworkServiceAccountId array is empty. + // There are no friends online, so we return 0 because the nn::account::NetworkServiceAccountId array is empty. Context.ResponseData.Write(0); Context.Device.Log.PrintStub(LogClass.ServiceFriend, $"Stubbed. UserId: {Uuid.UserIdHex} - " +