Address review comment #2
This commit is contained in:
parent
908a9be431
commit
e6d12aa7ac
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
{10200, nullptr, "SendFriendRequestForApplication"},
|
||||
{10211, nullptr, "AddFacedFriendRequestForApplication"},
|
||||
{10400, &IFriendService::GetBlockedUserListIds, "GetBlockedUserListIds"},
|
||||
{10420, &IFriendService::CheckBlockedUserListCacheAvailable, "CheckBlockedUserListCacheAvailable"},
|
||||
{10420, &IFriendService::CheckBlockedUserListAvailability, "CheckBlockedUserListAvailability"},
|
||||
{10421, nullptr, "EnsureBlockedUserListAvailable"},
|
||||
{10500, nullptr, "GetProfileList"},
|
||||
{10600, nullptr, "DeclareOpenOnlinePlaySession"},
|
||||
|
@ -206,7 +206,7 @@ private:
|
|||
rb.Push(true);
|
||||
}
|
||||
|
||||
void CheckBlockedUserListCacheAvailable(HLERequestContext& ctx) {
|
||||
void CheckBlockedUserListAvailability(HLERequestContext& ctx) {
|
||||
IPC::RequestParser rp{ctx};
|
||||
const auto uuid{rp.PopRaw<Common::UUID>()};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue