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
/
mii
Age
Commit message (
Expand
)
Author
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-09-04
Merge pull request #2708 from DarkLordZach/mii-db-source-crash
David
2019-07-10
mii: Handle logging of unknown database source
Zach Hilman
2019-07-06
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-04-25
mii_manager: Fix incorrect loop condition in mii UUID generation code
Zach Hilman
2019-04-25
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-25
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
2019-04-25
mii: Add MiiManager class to manage Mii database
Zach Hilman
2018-07-27
service: Add mii services
Lioncash