summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: mii: Copy only valid name bytesgerman772022-10-021-3/+18
* nfp: Multiple fixes against HWgerman772022-10-021-2/+66
* service: nfp: Rewrite and implement applet callsgerman772022-10-021-4/+76
* core: nfp: Correct date and amiibo nameNarr the Reg2022-09-071-1/+2
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-071-6/+82
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Move mii enums and structs into its own fileMorph2022-03-221-2/+1
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-6/+5
* service: Migrate to the new UUID implementationMorph2022-02-051-15/+6
* general: Remove MakeResult helpersMorph2021-11-021-2/+2
* service: Append service name prefix to common filenamesMorph2021-07-141-0/+465
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-420/+0
* mii: Handle logging of unknown database sourceZach Hilman2019-07-101-0/+4
* mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-251-1/+1
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-1/+1
* mii: Implement Delete and Destroy fileZach Hilman2019-04-251-0/+27
* mii: Implement IsUpdated command (IPC 0)Zach Hilman2019-04-251-0/+12
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-30/+38
* mii: Add MiiManager class to manage Mii databaseZach Hilman2019-04-251-0/+369