aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/mii/raw_data.h
AgeCommit message (Collapse)Author
2023-09-10service: mii: separate mii types into their own filegerman77
2023-09-10service: mii: Move all raw data to it's filegerman77
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg
2023-09-05service: mii: Fix default mii databasegerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-21service: Move mii enums and structs into its own fileMorph
Moves these into types.h, since other files also make use of these types.
2021-11-03core: Remove unused includesameerj
2021-07-14service: Append service name prefix to common filenamesMorph
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec
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-11hle: service: mii: Rewrite service to properly support creation of random ↵bunnei
and default miis.