Ryujinx/src/Ryujinx.Common
riperiperi 086564c3c8
HLE: Fix Mii crc generation and minor issues (#5766)
* 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
2023-10-06 19:23:39 -03:00
..
Collections GPU: Don't create tracking handles for buffer textures (#5727) 2023-09-26 12:37:10 -03:00
Configuration Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652) 2023-09-25 23:50:43 +02:00
Extensions [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
GraphicsDriver Add workflow to automatically check code style issues for PRs (#4670) 2023-07-24 18:35:04 +02:00
Logging Add workflow to automatically check code style issues for PRs (#4670) 2023-07-24 18:35:04 +02:00
Memory HLE: Fix Mii crc generation and minor issues (#5766) 2023-10-06 19:23:39 -03:00
Pools [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
SystemInfo [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
SystemInterop "static readonly" constants should be "const" instead (#5560) 2023-08-13 19:07:57 -03:00
Utilities Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652) 2023-09-25 23:50:43 +02:00
AsyncWorkQueue.cs Add workflow to automatically check code style issues for PRs (#4670) 2023-07-24 18:35:04 +02:00
Hash128.cs [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
PerformanceCounter.cs [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
ReactiveObject.cs [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
ReferenceEqualityComparer.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
ReleaseInformation.cs [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00
Ryujinx.Common.csproj Move solution and projects to src 2023-04-27 23:51:14 +02:00
XXHash128.cs [Ryujinx.Common] Address dotnet-format issues (#5358) 2023-06-28 18:41:38 +02:00