summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stub UpdateUserPresenceDavid Marcec2018-08-121-1/+8
| | | | Needed for Retro City Rampage to go in game
* friend: Stub DeclareCloseOnlinePlaySession.bunnei2018-08-121-1/+10
| | | | - Used by Splatoon 2.
* 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
| | | | | Given we already have friend:a and friend:u, we should add the remaining services as well.
* friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler tableLioncash2018-07-241-0/+1
|
* friend: Deduplicate interfacesLioncash2018-07-245-44/+9
|
* 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.
* 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-206-24/+12
| | | | Tidies up namespace declarations
* Various fixes and clangHexagon122018-04-111-1/+1
|
* Updated friend:u with more service names.Hexagon122018-04-101-1/+2
|
* Updated the unknown nameHexagon122018-04-101-1/+1
|
* Updated friend:a with more service names.Hexagon122018-04-101-1/+2
|
* service: Add friend:u interface.bunnei2018-04-033-0/+39
|
* service: Add Friend service interface.bunnei2018-02-194-0/+94