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