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
/
mii_manager.h
Age
Commit message (
Expand
)
Author
2023-09-17
service: mii: Implement the rest of the service
german77
2023-09-11
mii: service: Address review
german77
2023-09-11
mii: Prepare Interface for new implementation
german77
2023-09-11
service: mii: Fix ver3 inconsistencies
german77
2023-09-10
service: mii: Move ver3 operations
german77
2023-09-10
service: mii: separate mii types into their own file
german77
2023-09-07
service: mii: Fix broken mii on MK8
Narr the Reg
2023-08-08
core: remove ResultVal type
Liam
2023-03-15
service: nfp: Convert mii colors to v3
Narr the Reg
2022-10-02
nfp: Multiple fixes against HW
german77
2022-10-02
service: nfp: Rewrite and implement applet calls
german77
2022-09-07
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-21
service: Move mii enums and structs into its own file
Morph
2022-02-05
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
service: Migrate to the new UUID implementation
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2020-07-11
hle: service: mii: Rewrite service to properly support creation of random and...
bunnei
2020-01-04
core: Initialize several structs that make use of Common::UUID.
bunnei
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: Add MiiManager class to manage Mii database
Zach Hilman