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.cpp
Age
Commit message (
Expand
)
Author
2023-09-21
am: mii_edit: Implement DB operations
Narr the Reg
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 char info operations
german77
2023-09-10
service: mii: Move store data operations
german77
2023-09-10
service: mii: Move core data operations
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-10
service: mii: Move all raw data to it's file
german77
2023-09-10
service: mii: Add mii util and result
german77
2023-09-07
service: mii: Fix broken mii on MK8
Narr the Reg
2023-09-05
service: mii: Fix default mii database
german77
2023-08-08
core: remove ResultVal type
Liam
2023-03-15
service: nfp: Convert mii colors to v3
Narr the Reg
2023-03-14
service: nfp: Actually write correct crc
Narr the Reg
2022-10-02
service: mii: Copy only valid name bytes
german77
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: Correct date and amiibo name
Narr the Reg
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-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
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-11-02
general: Remove MakeResult helpers
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
2019-07-10
mii: Handle logging of unknown database source
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: Add MiiManager class to manage Mii database
Zach Hilman