summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/raw_data.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-22service: Move mii enums and structs into its own fileMorph1-1/+1
Moves these into types.h, since other files also make use of these types.
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec1-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.
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-0/+27