index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
friend
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRe...
Narr the Reg
2024-02-23
1
-26
/
+65
*
Fix typos in src/core (#12625)
Viktor Szépe
2024-01-08
1
-1
/
+1
*
Stub CheckBlockedUserListAvailability
daisymlleung
2023-11-21
1
-1
/
+12
*
hle: rename legacy errors to Results
Liam
2023-03-06
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-07
1
-1
/
+12
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
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-01
1
-11
/
+15
*
common: uuid: Return a lower-case hex string in Format
Morph
2021-07-26
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-05
1
-0
/
+1
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
1
-6
/
+5
*
Merge pull request #6113 from german77/playhistory
bunnei
2021-04-09
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-07
1
-2
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
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-04
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 shou...
David Marcec
2019-06-25
1
-1
/
+3
*
fixed spelling errors and fixed issue with Pop not returning the SizedNotific...
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 appli...
Lioncash
2018-09-10
4
-0
/
+6
*
Stub UpdateUserPresence
David Marcec
2018-08-12
1
-1
/
+8
*
friend: Stub DeclareCloseOnlinePlaySession.
bunnei
2018-08-11
1
-1
/
+10
*
friend: Fix CreateFriendService to return an IFriendService interface.
bunnei
2018-08-11
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 func...
Lioncash
2018-07-24
1
-0
/
+1
*
friend: Deduplicate interfaces
Lioncash
2018-07-24
5
-44
/
+9
[next]