summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4365 from lioncash/miibunnei2020-07-181-53/+54
|\ | | | | mii/manager: Make use of designated initializers
| * mii/manager: Make use of designated initializersLioncash2020-07-171-53/+54
| | | | | | | | Allows returning the structure in a more concise manner.
* | mii/manager: Resolve sign mismatch warningsLioncash2020-07-171-3/+3
|/ | | | | Previously the loop termination condition was testing variables of different signedness.
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-0/+483