summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
| | | | | Prevents implicit construction and makes these lingering non-explicit constructors consistent with the rest of the other classes in services.
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Various fixes and clangHexagon122018-04-111-1/+1
|
* service: Add Friend service interface.bunnei2018-02-191-0/+29