summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/raw_data.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: mii: Fix broken mii on MK8Narr the Reg2023-09-071-0/+105
|
* service: mii: Fix default mii databasegerman772023-09-051-103/+1
|
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-19/+2
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec2021-01-201-2223/+1625
| | | | | 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.
* hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei2020-07-121-0/+2261