Browse Source

friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table

nce_cpp
Lioncash 8 years ago
parent
commit
4ac9553a75
  1. 1
      src/core/hle/service/friend/interface.cpp

1
src/core/hle/service/friend/interface.cpp

@ -11,6 +11,7 @@ Friend::Friend(std::shared_ptr<Module> module, const char* name)
static const FunctionInfo functions[] = {
{0, &Friend::CreateFriendService, "CreateFriendService"},
{1, nullptr, "CreateNotificationService"},
{2, nullptr, "CreateDaemonSuspendSessionService"},
};
RegisterHandlers(functions);
}

Loading…
Cancel
Save