summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2022-01-21 16:08:46 -0500
committerGravatar Lioncash2022-01-21 16:08:46 -0500
commit888bc10c173e02e7315cb8fa8e673a7d8755fd78 (patch)
treeb2ca6fb11ea4599dadd2b9bc81a87f97ba65a65f /src
parentservice/filsystem: Update fsp-srv function table (diff)
downloadyuzu-888bc10c173e02e7315cb8fa8e673a7d8755fd78.tar.gz
yuzu-888bc10c173e02e7315cb8fa8e673a7d8755fd78.tar.xz
yuzu-888bc10c173e02e7315cb8fa8e673a7d8755fd78.zip
service/friend: Update unknown function table entries
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/friend/friend.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp
index 3c36f4085..9f9cea1e0 100644
--- a/src/core/hle/service/friend/friend.cpp
+++ b/src/core/hle/service/friend/friend.cpp
@@ -27,13 +27,13 @@ public:
27 {10101, &IFriendService::GetFriendList, "GetFriendList"}, 27 {10101, &IFriendService::GetFriendList, "GetFriendList"},
28 {10102, nullptr, "UpdateFriendInfo"}, 28 {10102, nullptr, "UpdateFriendInfo"},
29 {10110, nullptr, "GetFriendProfileImage"}, 29 {10110, nullptr, "GetFriendProfileImage"},
30 {10120, nullptr, "Unknown10120"}, 30 {10120, nullptr, "IsFriendListCacheAvailable"},
31 {10121, nullptr, "Unknown10121"}, 31 {10121, nullptr, "EnsureFriendListAvailable"},
32 {10200, nullptr, "SendFriendRequestForApplication"}, 32 {10200, nullptr, "SendFriendRequestForApplication"},
33 {10211, nullptr, "AddFacedFriendRequestForApplication"}, 33 {10211, nullptr, "AddFacedFriendRequestForApplication"},
34 {10400, &IFriendService::GetBlockedUserListIds, "GetBlockedUserListIds"}, 34 {10400, &IFriendService::GetBlockedUserListIds, "GetBlockedUserListIds"},
35 {10420, nullptr, "Unknown10420"}, 35 {10420, nullptr, "IsBlockedUserListCacheAvailable"},
36 {10421, nullptr, "Unknown10421"}, 36 {10421, nullptr, "EnsureBlockedUserListAvailable"},
37 {10500, nullptr, "GetProfileList"}, 37 {10500, nullptr, "GetProfileList"},
38 {10600, nullptr, "DeclareOpenOnlinePlaySession"}, 38 {10600, nullptr, "DeclareOpenOnlinePlaySession"},
39 {10601, &IFriendService::DeclareCloseOnlinePlaySession, "DeclareCloseOnlinePlaySession"}, 39 {10601, &IFriendService::DeclareCloseOnlinePlaySession, "DeclareCloseOnlinePlaySession"},
@@ -103,8 +103,8 @@ public:
103 {30900, nullptr, "SendFriendInvitation"}, 103 {30900, nullptr, "SendFriendInvitation"},
104 {30910, nullptr, "ReadFriendInvitation"}, 104 {30910, nullptr, "ReadFriendInvitation"},
105 {30911, nullptr, "ReadAllFriendInvitations"}, 105 {30911, nullptr, "ReadAllFriendInvitations"},
106 {40100, nullptr, "Unknown40100"}, 106 {40100, nullptr, "DeleteFriendListCache"},
107 {40400, nullptr, "Unknown40400"}, 107 {40400, nullptr, "DeleteBlockedUserListCache"},
108 {49900, nullptr, "DeleteNetworkServiceAccountCache"}, 108 {49900, nullptr, "DeleteNetworkServiceAccountCache"},
109 }; 109 };
110 // clang-format on 110 // clang-format on