summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: mii: Implement the rest of the servicegerman772023-09-181-22/+60
|
* mii: service: Address reviewgerman772023-09-111-9/+0
|
* mii: Prepare Interface for new implementationgerman772023-09-111-9/+20
|
* service: mii: Fix ver3 inconsistenciesgerman772023-09-111-3/+0
|
* service: mii: Move ver3 operationsgerman772023-09-111-4/+0
|
* service: mii: separate mii types into their own filegerman772023-09-111-2/+14
|
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-0/+1
|
* core: remove ResultVal typeLiam2023-08-081-2/+2
|
* service: nfp: Convert mii colors to v3Narr the Reg2023-03-161-1/+6
|
* nfp: Multiple fixes against HWgerman772022-10-021-0/+1
|
* service: nfp: Rewrite and implement applet callsgerman772022-10-021-1/+2
|
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-071-4/+5
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: Move mii enums and structs into its own fileMorph2022-03-221-301/+2
| | | | Moves these into types.h, since other files also make use of these types.
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-5/+5
| | | | This completes the removal of the old UUID implementation.
* service: Migrate to the new UUID implementationMorph2022-02-051-5/+5
|
* service: Append service name prefix to common filenamesMorph2021-07-141-0/+333
|
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-273/+0
|
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-78/+78
|
* mii: Implement Delete and Destroy fileZach Hilman2019-04-251-0/+10
|
* mii: Implement IsUpdated command (IPC 0)Zach Hilman2019-04-251-0/+4
|
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-2/+8
|
* mii: Add MiiManager class to manage Mii databaseZach Hilman2019-04-251-0/+253
Provides serialization/deserialization to the database in system save files, accessors for database state and proper handling of both major Mii formats (MiiInfo and MiiStoreData)