summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-27friend: Update function tableVolcaEM1-0/+6
2020-04-20service: Update function tablesLioncash1-0/+1
2020-04-14service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei1-1/+10
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-1/+1
2019-11-12service: Update function tablesLioncash1-0/+5
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-1/+1
2019-10-05service/friend: Remove unused fieldReinUsesLisp1-1/+0
2019-09-22Deglobalize System: FriendDavid Marcec1-17/+14
2019-07-09IFriendService::GetFriendListDavid Marcec1-1/+34
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