summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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