summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg1-1/+6
2022-10-02nfp: Multiple fixes against HWgerman771-0/+1
2022-10-02service: nfp: Rewrite and implement applet callsgerman771-1/+2
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg1-4/+5
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
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-301/+2
Moves these into types.h, since other files also make use of these types.
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-5/+5
This completes the removal of the old UUID implementation.
2022-02-05service: Migrate to the new UUID implementationMorph1-5/+5
2021-07-14service: Append service name prefix to common filenamesMorph1-0/+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