summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/types.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-0/+57
2023-03-15service: nfp: Actually write correct crcNarr the Reg1-1/+2
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-6/+132
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-22service: Move mii enums and structs into its own fileMorph1-2/+305
Moves these into types.h, since other files also make use of these types.
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-0/+67