summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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