summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg2022-09-071-10/+22
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-10/+10
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-8/+10
* service: Update function tablesLioncash2020-10-281-0/+1
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-219/+96
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+2
|\
| * service: Update function tablesLioncash2019-11-121-0/+2
* | service: Resolve sign conversion errorsLioncash2019-11-121-3/+3
|/
* mii: Implement IDatabaseService SetInterfaceVersionZach Hilman2019-07-071-1/+15
* 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
* service: Add mii servicesLioncash2018-07-271-0/+107