summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-253-8/+116
|
* mii: Implement IsUpdated command (IPC 0)Zach Hilman2019-04-253-9/+34
|
* mii_manager: Cleanup and optimizationZach Hilman2019-04-252-32/+46
|
* mii: Implement IDatabaseService commands using MiiManagerZach Hilman2019-04-251-15/+242
| | | Since the MiiManager was designed around the IPC interface, this is quite easy. Only functions that were clearly defined were implemented.
* mii: Add MiiManager class to manage Mii databaseZach Hilman2019-04-252-0/+622
| | | 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)
* service: Add mii servicesLioncash2018-07-272-0/+122
Adds the skeleton for the mii services based off information provided by Switch Brew