summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: friend: Change logging class from ACC to FriendMorph2021-03-271-11/+12
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-4/+6
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-2/+2
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-1/+1
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-274-11/+12
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* friend: Update function tableVolcaEM2020-06-271-0/+6
* service: Update function tablesLioncash2020-04-201-0/+1
* service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei2020-04-141-1/+10
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-1/+1
* service: Update function tablesLioncash2019-11-121-0/+5
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-1/+1
* service/friend: Remove unused fieldReinUsesLisp2019-10-051-1/+0
* Deglobalize System: FriendDavid Marcec2019-09-224-22/+24
* 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