Browse Source

Updated friend:u with more service names.

pull/15/merge
Hexagon12 8 years ago
committed by GitHub
parent
commit
9e2f30ab4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/core/hle/service/friend/friend_u.cpp

3
src/core/hle/service/friend/friend_u.cpp

@ -10,7 +10,8 @@ namespace Friend {
Friend_U::Friend_U(std::shared_ptr<Module> module)
: Module::Interface(std::move(module), "friend:u") {
static const FunctionInfo functions[] = {
{0, &Friend_U::Unknown, "Unknown"},
{0, &Friend_U::CreateFriendService, "CreateFriendService"},
{1, nullptr, "CreateNotificationService"},
};
RegisterHandlers(functions);
}

Loading…
Cancel
Save