summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-09IFriendService::GetFriendListDavid Marcec1-1/+34
2019-06-28Attemp clang format fix?David Marcec1-1/+0
2019-06-28Addressed issuesDavid Marcec2-13/+13
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec1-1/+3
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec1-6/+8
2019-06-24Implemented INotificationServiceDavid Marcec4-1/+126
2019-04-11service: Update service function tablesLioncash1-2/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-0/+6
2018-08-12Stub UpdateUserPresenceDavid Marcec1-1/+8
2018-08-12friend: Stub DeclareCloseOnlinePlaySession.bunnei1-1/+10
2018-08-12friend: Fix CreateFriendService to return an IFriendService interface.bunnei1-2/+86
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash1-0/+3
2018-07-24friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler tableLioncash1-0/+1
2018-07-24friend: Deduplicate interfacesLioncash5-44/+9
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash6-24/+12
2018-04-11Various fixes and clangHexagon121-1/+1
2018-04-10Updated friend:u with more service names.Hexagon121-1/+2
2018-04-10Updated the unknown nameHexagon121-1/+1
2018-04-10Updated friend:a with more service names.Hexagon121-1/+2
2018-04-03service: Add friend:u interface.bunnei3-0/+39
2018-02-19service: Add Friend service interface.bunnei4-0/+94