index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
friend
Age
Commit message (
Expand
)
Author
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
Attemp clang format fix?
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/interface: Add missing CreateDaemonSuspendSessionService() to the func...
Lioncash
2018-07-24
friend: Deduplicate interfaces
Lioncash
2018-07-19
hle/service: Make constructors explicit where applicable
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
2018-04-11
Various fixes and clang
Hexagon12
2018-04-10
Updated friend:u with more service names.
Hexagon12
2018-04-10
Updated the unknown name
Hexagon12
2018-04-10
Updated friend:a with more service names.
Hexagon12
2018-04-02
service: Add friend:u interface.
bunnei
2018-02-19
service: Add Friend service interface.
bunnei