mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-23 23:25:43 +01:00
Updated friend:u with more service names.
This commit is contained in:
parent
be50a6ceef
commit
9e2f30ab4a
@ -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…
Reference in New Issue
Block a user