index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
friend
/
friend.cpp
Age
Commit message (
Expand
)
Author
2024-02-23
service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRe...
Narr the Reg
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2023-11-21
Stub CheckBlockedUserListAvailability
daisymlleung
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-10-07
IFriendService: stub CheckFriendListAvailability
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
service: Migrate to the new UUID implementation
Morph
2022-01-21
service/friend: Update unknown function table entries
Lioncash
2021-11-30
service: friend: Implement GetCompletionEvent
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-07-26
common: uuid: Return a lower-case hex string in Format
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-04-09
Merge pull request #6113 from german77/playhistory
bunnei
2021-03-27
service: friend: Change logging class from ACC to Friend
Morph
2021-03-27
Friend: Stub GetPlayHistoryRegistrationKey
german77
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-06-27
friend: Update function table
VolcaEM
2020-04-20
service: Update function tables
Lioncash
2020-04-14
service: friend: Stub IFriendService::GetBlockedUserListIds.
bunnei
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-04
service/friend: Remove unused field
ReinUsesLisp
2019-09-22
Deglobalize System: Friend
David Marcec
2019-07-09
IFriendService::GetFriendList
David Marcec
2019-06-28
Addressed issues
David Marcec
2019-06-25
SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...
David Marcec
2019-06-25
fixed spelling errors and fixed issue with Pop not returning the SizedNotific...
David Marcec
2019-06-24
Implemented INotificationService
David Marcec
2019-04-11
service: Update service function tables
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-12
Stub UpdateUserPresence
David Marcec
2018-08-11
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-07-24
friend: Add friend:m, friend:s, and friend:v services
Lioncash
2018-07-24
friend: Deduplicate interfaces
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
friend: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
[next]