summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-14service: Append service name prefix to common filenamesMorph1-333/+0
2021-06-24Add missing includes (#6521)Chloe1-0/+2
* Add missing includes * Add array
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec1-3/+3
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.
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-53/+53
This requires making several types trivial and properly initialize them whenever they are called.
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-0/+331