瀏覽代碼

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

Lioncash 8 年之前
父節點
當前提交
9539a1eadd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/service/friend/interface.cpp

+ 1 - 0
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);
 }