summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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-2/+1
| | | | 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-6/+5
| | | | This completes the removal of the old UUID implementation.
* service: Migrate to the new UUID implementationMorph2022-02-051-15/+6
|
* general: Remove MakeResult helpersMorph2021-11-021-2/+2
| | | | This is made obsolete by the presence of implicit constructors.
* 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
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)