summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-2/+2
* service: refactor server architectureLiam2023-02-211-2/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* Deglobalize System: FriendDavid Marcec2019-09-221-2/+7
* Implemented INotificationServiceDavid Marcec2019-06-241-0/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Various fixes and clangHexagon122018-04-111-1/+1
* service: Add Friend service interface.bunnei2018-02-191-0/+29