summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* friend: Update function tableVolcaEM2020-06-271-0/+6
* service: Update function tablesLioncash2020-04-201-0/+1
* service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei2020-04-141-1/+10
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-1/+1
* service: Update function tablesLioncash2019-11-121-0/+5
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-1/+1
* service/friend: Remove unused fieldReinUsesLisp2019-10-051-1/+0
* Deglobalize System: FriendDavid Marcec2019-09-221-17/+14
* IFriendService::GetFriendListDavid Marcec2019-07-091-1/+34
* Addressed issuesDavid Marcec2019-06-281-12/+11
* SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec2019-06-251-1/+3
* fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec2019-06-251-6/+8
* Implemented INotificationServiceDavid Marcec2019-06-241-0/+112
* service: Update service function tablesLioncash2019-04-111-2/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Stub UpdateUserPresenceDavid Marcec2018-08-121-1/+8
* friend: Stub DeclareCloseOnlinePlaySession.bunnei2018-08-121-1/+10
* friend: Fix CreateFriendService to return an IFriendService interface.bunnei2018-08-121-2/+86
* friend: Add friend:m, friend:s, and friend:v servicesLioncash2018-07-241-0/+3
* friend: Deduplicate interfacesLioncash2018-07-241-4/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* friend: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Updated the unknown nameHexagon122018-04-101-1/+1
* service: Add friend:u interface.bunnei2018-04-031-0/+2
* service: Add Friend service interface.bunnei2018-02-191-0/+28