diff options
author | riperiperi <rhy3756547@hotmail.com> | 2023-10-06 23:23:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 19:23:39 -0300 |
commit | 086564c3c88d8006670199b3aba5977c07f16261 (patch) | |
tree | e68eaa3b2182ab3e5389f10e9b63389f833ca52c /Ryujinx.sln.DotSettings | |
parent | b6ac45d36d8153c5278f2b519eb120cc553a662f (diff) |
HLE: Fix Mii crc generation and minor issues (#5766)1.1.1046
* HLE: Fix Mii crc generation
Validating CRCs for data and device involves calculating the crc of all data including the crc being checked, which should then be 0.
The crc should be _generated_ on all data _before_ the crc in the struct. It shouldn't include the crcs themselves.
This fixes all generated miis (eg. default) having invalid crcs. This does not affect mii maker, as that generates its own charinfo.
Does not fix MK8D crash.
* Fix other mii issues
* Fully define all fields for Nickname and Ver3StoreData
Fixes an issue where the nickname for a mii would only have the first character on some method calls.
* Add Array96 type
Diffstat (limited to 'Ryujinx.sln.DotSettings')
0 files changed, 0 insertions, 0 deletions