summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/raw_data.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* service: Move mii enums and structs into its own fileMorph2022-03-221-1/+1
| | | | Moves these into types.h, since other files also make use of these types.
* core: Remove unused includesameerj2021-11-041-1/+0
|
* service: Append service name prefix to common filenamesMorph2021-07-141-1/+1
|
* mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec2021-01-201-13/+14
| | | | | Cleaned up mii raw data to reflect the underlying values instead of just a chunk of bytes. Fixed BuildRandomStoreData not actually generating random miis properly. "values" should be a u32, not a u8.
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-0/+27