summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* am: mii_edit: Implement DB operationsNarr the Reg2023-09-221-3/+3
* service: mii: Implement the rest of the servicegerman772023-09-181-48/+362
* mii: service: Address reviewgerman772023-09-111-3/+3
* mii: Prepare Interface for new implementationgerman772023-09-111-60/+102
* service: mii: Fix ver3 inconsistenciesgerman772023-09-111-14/+3
* service: mii: move char info operationsgerman772023-09-111-19/+11
* service: mii: Move store data operationsgerman772023-09-111-62/+8
* service: mii: Move core data operationsgerman772023-09-111-242/+7
* service: mii: Move ver3 operationsgerman772023-09-111-232/+3
* service: mii: separate mii types into their own filegerman772023-09-111-19/+19
* service: mii: Move all raw data to it's filegerman772023-09-111-107/+74
* service: mii: Add mii util and resultgerman772023-09-111-5/+4
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-4/+8
* service: mii: Fix default mii databasegerman772023-09-051-1/+1
* core: remove ResultVal typeLiam2023-08-081-3/+2
* service: nfp: Convert mii colors to v3Narr the Reg2023-03-161-9/+24
* service: nfp: Actually write correct crcNarr the Reg2023-03-151-0/+2
* 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