summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/raw_data.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg1-0/+105
2023-09-05service: mii: Fix default mii databasegerman771-103/+1
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-19/+2
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec1-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.
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei1-0/+2261