summaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/mii_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: mii: Implement the rest of the serviceGravatar german772023-09-171-22/+60
* mii: service: Address reviewGravatar german772023-09-111-9/+0
* mii: Prepare Interface for new implementationGravatar german772023-09-111-9/+20
* service: mii: Fix ver3 inconsistenciesGravatar german772023-09-111-3/+0
* service: mii: Move ver3 operationsGravatar german772023-09-101-4/+0
* service: mii: separate mii types into their own fileGravatar german772023-09-101-2/+14
* service: mii: Fix broken mii on MK8Gravatar Narr the Reg2023-09-071-0/+1
* core: remove ResultVal typeGravatar Liam2023-08-081-2/+2
* service: nfp: Convert mii colors to v3Gravatar Narr the Reg2023-03-151-1/+6
* nfp: Multiple fixes against HWGravatar german772022-10-021-0/+1
* service: nfp: Rewrite and implement applet callsGravatar german772022-10-021-1/+2
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-071-4/+5
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service: Move mii enums and structs into its own fileGravatar Morph2022-03-211-301/+2
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-5/+5
* service: Migrate to the new UUID implementationGravatar Morph2022-02-051-5/+5
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-0/+333
* hle: service: mii: Rewrite service to properly support creation of random and...Gravatar bunnei2020-07-111-273/+0
* core: Initialize several structs that make use of Common::UUID.Gravatar bunnei2020-01-041-78/+78
* mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-251-0/+10
* mii: Implement IsUpdated command (IPC 0)Gravatar Zach Hilman2019-04-251-0/+4
* mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-251-2/+8
* mii: Add MiiManager class to manage Mii databaseGravatar Zach Hilman2019-04-251-0/+253