diff --git a/src/core/hle/service/friend/friend.cpp b/src/core/hle/service/friend/friend.cpp index cc5d1ef051..c6b060b1b8 100644 --- a/src/core/hle/service/friend/friend.cpp +++ b/src/core/hle/service/friend/friend.cpp @@ -252,6 +252,7 @@ private: IPC::ResponseBuilder rb{ctx, 2}; rb.Push(ResultSuccess); + rb.Push(0); } void GetUserPresenceView(HLERequestContext& ctx) {