summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mii: Implement Delete and Destroy fileZach Hilman2019-04-251-8/+79
|
* mii: Implement IsUpdated command (IPC 0)Zach Hilman2019-04-251-9/+18
|
* 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.
* service: Add mii servicesLioncash2018-07-271-0/+107
Adds the skeleton for the mii services based off information provided by Switch Brew