aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/mii_manager.cpp
AgeCommit message (Expand)Author
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-21service: Move mii enums and structs into its own fileMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-02general: Remove MakeResult helpersMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2020-07-11hle: service: mii: Rewrite service to properly support creation of random and...bunnei
2019-07-10mii: Handle logging of unknown database sourceZach Hilman
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-25mii: Implement Delete and Destroy fileZach Hilman
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach Hilman
2019-04-25mii: Add MiiManager class to manage Mii databaseZach Hilman