summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-06-28 10:46:40 +0200
committerGitHub <noreply@github.com>2020-06-28 10:46:40 +0200
commite978f05ed1e63546e539cd0e2fa5b1a3738f6818 (patch)
tree8720d82aac21f2eb215959de808063b2b68f33f6 /src
parentMerge pull request #3396 from FernandoS27/prometheus-1 (diff)
parentfriend: Update function table (diff)
downloadyuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar.gz
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar.bz2
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar.lz
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar.xz
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.tar.zst
yuzu-e978f05ed1e63546e539cd0e2fa5b1a3738f6818.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/friend/friend.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp
index 68f259b70..b7adaffc7 100644
--- a/src/core/hle/service/friend/friend.cpp
+++ b/src/core/hle/service/friend/friend.cpp
@@ -25,9 +25,13 @@ public:
{10101, &IFriendService::GetFriendList, "GetFriendList"},
{10102, nullptr, "UpdateFriendInfo"},
{10110, nullptr, "GetFriendProfileImage"},
+ {10120, nullptr, "Unknown10120"},
+ {10121, nullptr, "Unknown10121"},
{10200, nullptr, "SendFriendRequestForApplication"},
{10211, nullptr, "AddFacedFriendRequestForApplication"},
{10400, &IFriendService::GetBlockedUserListIds, "GetBlockedUserListIds"},
+ {10420, nullptr, "Unknown10420"},
+ {10421, nullptr, "Unknown10421"},
{10500, nullptr, "GetProfileList"},
{10600, nullptr, "DeclareOpenOnlinePlaySession"},
{10601, &IFriendService::DeclareCloseOnlinePlaySession, "DeclareCloseOnlinePlaySession"},
@@ -97,6 +101,8 @@ public:
{30900, nullptr, "SendFriendInvitation"},
{30910, nullptr, "ReadFriendInvitation"},
{30911, nullptr, "ReadAllFriendInvitations"},
+ {40100, nullptr, "Unknown40100"},
+ {40400, nullptr, "Unknown40400"},
{49900, nullptr, "DeleteNetworkServiceAccountCache"},
};
// clang-format on