Update IFriendService.cs

This commit is contained in:
Ac_K 2018-09-26 00:20:57 +02:00 committed by GitHub
parent 28ee338324
commit c1c611466f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} - " +