summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (follow)
Commit message (Expand)AuthorAgeFilesLines
* IFriendService::GetFriendListDavid Marcec2019-07-091-1/+34
* Attemp clang format fix?David Marcec2019-06-281-1/+0
* Addressed issuesDavid Marcec2019-06-282-13/+13
* 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-244-1/+126
* service: Update service function tablesLioncash2019-04-111-2/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* 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/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
* 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
* 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