summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash1-8/+10
2020-10-28service: Update function tablesLioncash1-0/+1
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-219/+96
2019-11-12service: Update function tablesLioncash1-0/+2
2019-11-12service: Resolve sign conversion errorsLioncash1-3/+3
2019-07-07mii: Implement IDatabaseService SetInterfaceVersionZach Hilman1-1/+15
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
2018-07-27service: Add mii servicesLioncash1-0/+107