index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
friend
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in src/core (#12625)
Viktor Szépe
2024-01-08
1
-1
/
+1
*
Stub CheckBlockedUserListAvailability
daisymlleung
2023-11-20
1
-1
/
+12
*
hle: rename legacy errors to Results
Liam
2023-03-07
2
-13
/
+2
*
service: move hle_ipc from kernel
Liam
2023-03-01
2
-15
/
+15
*
service: refactor server architecture
Liam
2023-02-21
2
-8
/
+17
*
IFriendService: stub CheckFriendListAvailability
Liam
2022-10-08
1
-1
/
+12
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
5
-15
/
+10
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
1
-6
/
+6
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
1
-9
/
+9
*
service/friend: Update unknown function table entries
Lioncash
2022-01-21
1
-6
/
+6
*
service: friend: Implement GetCompletionEvent
Morph
2021-11-30
1
-2
/
+21
*
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-10-02
1
-11
/
+15
*
common: uuid: Return a lower-case hex string in Format
Morph
2021-07-27
1
-3
/
+3
*
service: Append service name prefix to common filenames
Morph
2021-07-14
3
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-10
/
+10
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-06
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-6
/
+5
*
Merge pull request #6113 from german77/playhistory
bunnei
2021-04-10
1
-1
/
+13
|
\
|
*
Friend: Stub GetPlayHistoryRegistrationKey
german77
2021-03-27
1
-1
/
+13
*
|
service: friend: Change logging class from ACC to Friend
Morph
2021-03-27
1
-11
/
+12
|
/
*
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
1
-4
/
+6
*
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
1
-2
/
+2
*
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-02-05
1
-1
/
+1
*
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-2
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
4
-11
/
+12
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
friend: Update function table
VolcaEM
2020-06-27
1
-0
/
+6
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
service: friend: Stub IFriendService::GetBlockedUserListIds.
bunnei
2020-04-14
1
-1
/
+10
*
core: Initialize several structs that make use of Common::UUID.
bunnei
2020-01-04
1
-1
/
+1
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+5
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-1
/
+1
*
service/friend: Remove unused field
ReinUsesLisp
2019-10-05
1
-1
/
+0
*
Deglobalize System: Friend
David Marcec
2019-09-22
4
-22
/
+24
*
IFriendService::GetFriendList
David Marcec
2019-07-09
1
-1
/
+34
*
Attemp clang format fix?
David Marcec
2019-06-28
1
-1
/
+0
*
Addressed issues
David Marcec
2019-06-28
2
-13
/
+13
*
SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id
David Marcec
2019-06-25
1
-1
/
+3
*
fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo
David Marcec
2019-06-25
1
-6
/
+8
*
Implemented INotificationService
David Marcec
2019-06-24
4
-1
/
+126
*
service: Update service function tables
Lioncash
2019-04-11
1
-2
/
+3
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
4
-0
/
+6
*
Stub UpdateUserPresence
David Marcec
2018-08-12
1
-1
/
+8
*
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-12
1
-1
/
+10
*
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-12
1
-2
/
+86
*
friend: Add friend:m, friend:s, and friend:v services
Lioncash
2018-07-24
1
-0
/
+3
*
friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table
Lioncash
2018-07-24
1
-0
/
+1
*
friend: Deduplicate interfaces
Lioncash
2018-07-24
5
-44
/
+9
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
friend: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-1
/
+1
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
6
-24
/
+12
*
Various fixes and clang
Hexagon12
2018-04-11
1
-1
/
+1
*
Updated friend:u with more service names.
Hexagon12
2018-04-10
1
-1
/
+2
*
Updated the unknown name
Hexagon12
2018-04-10
1
-1
/
+1
*
Updated friend:a with more service names.
Hexagon12
2018-04-10
1
-1
/
+2
*
service: Add friend:u interface.
bunnei
2018-04-03
3
-0
/
+39
*
service: Add Friend service interface.
bunnei
2018-02-19
4
-0
/
+94