mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-27 17:14:24 +01:00
Updated friend:a with more service names.
This commit is contained in:
parent
ae5e2d07c6
commit
7788178f01
@ -10,7 +10,8 @@ namespace Friend {
|
|||||||
Friend_A::Friend_A(std::shared_ptr<Module> module)
|
Friend_A::Friend_A(std::shared_ptr<Module> module)
|
||||||
: Module::Interface(std::move(module), "friend:a") {
|
: Module::Interface(std::move(module), "friend:a") {
|
||||||
static const FunctionInfo functions[] = {
|
static const FunctionInfo functions[] = {
|
||||||
{0, &Friend_A::Unknown, "Unknown"},
|
{0, &Friend_A::CreateFriendService, "CreateFriendService"},
|
||||||
|
{1, nullptr, "CreateNotificationService"},
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user