aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/mii_manager.cpp
AgeCommit message (Collapse)Author
2023-09-21am: mii_edit: Implement DB operationsNarr the Reg
2023-09-17service: mii: Implement the rest of the servicegerman77
2023-09-11mii: service: Address reviewgerman77
2023-09-11mii: Prepare Interface for new implementationgerman77
2023-09-11service: mii: Fix ver3 inconsistenciesgerman77
2023-09-10service: mii: move char info operationsgerman77
2023-09-10service: mii: Move store data operationsgerman77
2023-09-10service: mii: Move core data operationsgerman77
2023-09-10service: mii: Move ver3 operationsgerman77
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-10service: mii: Move all raw data to it's filegerman77
2023-09-10service: mii: Add mii util and resultgerman77
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-09-05service: mii: Fix default mii databasegerman77
2023-08-08core: remove ResultVal typeLiam
2023-03-15service: nfp: Convert mii colors to v3Narr the Reg
2023-03-14service: nfp: Actually write correct crcNarr the Reg
2022-10-02service: mii: Copy only valid name bytesgerman77
2022-10-02nfp: Multiple fixes against HWgerman77
2022-10-02service: nfp: Rewrite and implement applet callsgerman77
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-03-21service: Move mii enums and structs into its own fileMorph
Moves these into types.h, since other files also make use of these types.
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
This completes the removal of the old UUID implementation.
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-02general: Remove MakeResult helpersMorph
This is made obsolete by the presence of implicit constructors.
2021-07-14service: Append service name prefix to common filenamesMorph
2020-07-11hle: service: mii: Rewrite service to properly support creation of random ↵bunnei
and default miis.
2019-07-10mii: Handle logging of unknown database sourceZach Hilman
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-25mii: Implement Delete and Destroy fileZach Hilman
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman
2019-04-25mii_manager: Cleanup and optimizationZach Hilman
2019-04-25mii: Add MiiManager class to manage Mii databaseZach Hilman
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)