From a88d8e3ebb3a8ae0361d72d319072a00539bcb5d Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Wed, 6 May 2026 06:44:19 +0300 Subject: [PATCH] [hle] GetFriendListForViewerV2 stub --- src/core/hle/service/friend/friend.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp index b851de8496..76a64c8db1 100644 --- a/src/core/hle/service/friend/friend.cpp +++ b/src/core/hle/service/friend/friend.cpp @@ -53,7 +53,8 @@ public: {20102, nullptr, "GetFriendDetailedInfo"}, {20103, nullptr, "SyncFriendList"}, {20104, &IFriendService::RequestSyncFriendList, "RequestSyncFriendList"}, - {20105, &IFriendService::GetFriendListForViewer, "GetFriendListForViewer"}, + {20105, &IFriendService::GetFriendListForViewer, "GetFriendListForViewerV1"}, // 19.0.0-21.2.0 + {20108, &IFriendService::GetFriendListForViewer, "GetFriendListForViewerV2"}, // 22.0.0+ {20110, nullptr, "LoadFriendSetting"}, {20200, &IFriendService::GetReceivedFriendRequestCount, "GetReceivedFriendRequestCount"}, {20201, nullptr, "GetFriendRequestList"},