summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesMorph2021-07-141-333/+0
|
* Add missing includes (#6521)Chloe2021-06-241-0/+2
| | | | | * Add missing includes * Add array
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-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.
* mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec2021-01-201-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.
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-53/+53
| | | | | This requires making several types trivial and properly initialize them whenever they are called.
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-0/+331