summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-07mii: Implement IDatabaseService SetInterfaceVersionZach Hilman1-1/+15
Appears to set a member variable used to affect the API that games access, and the method used to store data.
2019-04-25mii: Implement Delete and Destroy fileZach Hilman1-8/+79
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman1-9/+18
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman1-15/+242
Since the MiiManager was designed around the IPC interface, this is quite easy. Only functions that were clearly defined were implemented.
2018-07-27service: Add mii servicesLioncash1-0/+107
Adds the skeleton for the mii services based off information provided by Switch Brew