aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/friend/friend.cpp
AgeCommit message (Expand)Author
2019-09-22Deglobalize System: FriendDavid Marcec
2019-07-09IFriendService::GetFriendListDavid Marcec
2019-06-28Addressed issuesDavid Marcec
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...David Marcec
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotific...David Marcec
2019-06-24Implemented INotificationServiceDavid Marcec
2019-04-11service: Update service function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-12Stub UpdateUserPresenceDavid Marcec
2018-08-11friend: Stub DeclareCloseOnlinePlaySession.bunnei
2018-08-11friend: Fix CreateFriendService to return an IFriendService interface.bunnei
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash
2018-07-24friend: Deduplicate interfacesLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated the unknown nameHexagon12
2018-04-02service: Add friend:u interface.bunnei
2018-02-19service: Add Friend service interface.bunnei