summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-28Addressed issuesDavid Marcec1-12/+11
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec1-1/+3
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec1-6/+8
2019-06-24Implemented INotificationServiceDavid Marcec1-0/+112
2019-04-11service: Update service function tablesLioncash1-2/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-12Stub UpdateUserPresenceDavid Marcec1-1/+8
2018-08-12friend: Stub DeclareCloseOnlinePlaySession.bunnei1-1/+10
2018-08-12friend: Fix CreateFriendService to return an IFriendService interface.bunnei1-2/+86
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash1-0/+3
2018-07-24friend: Deduplicate interfacesLioncash1-4/+3
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated the unknown nameHexagon121-1/+1
2018-04-03service: Add friend:u interface.bunnei1-0/+2
2018-02-19service: Add Friend service interface.bunnei1-0/+28