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
/
friend.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-17
/
+14
*
IFriendService::GetFriendList
David Marcec
2019-07-09
1
-1
/
+34
*
Addressed issues
David Marcec
2019-06-28
1
-12
/
+11
*
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
1
-0
/
+112
*
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
1
-0
/
+2
*
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: Deduplicate interfaces
Lioncash
2018-07-24
1
-4
/
+3
*
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
1
-4
/
+2
*
Updated the unknown name
Hexagon12
2018-04-10
1
-1
/
+1
*
service: Add friend:u interface.
bunnei
2018-04-03
1
-0
/
+2
*
service: Add Friend service interface.
bunnei
2018-02-19
1
-0
/
+28