summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/raw_data.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-11service: mii: separate mii types into their own filegerman771-73/+0
2023-09-11service: mii: Move all raw data to it's filegerman771-12/+58
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-0/+1
2023-09-05service: mii: Fix default mii databasegerman771-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-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