From 84c022d7fdc8fb1a2321df6bc1acc4e743fefed0 Mon Sep 17 00:00:00 2001 From: TSRBerry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:09:23 +0200 Subject: [PATCH] Add 1.1.1046 changes --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4f0d230..358ec83 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1046 - 2023-10-07 +### Fixed: +- HLE: Fix Mii CRC generation and minor issues. + - Fixes all generated Miis having invalid CRCs. This does not fix the `Mario Kart 8: Deluxe` title screen crash. + ## 1.1.1045 - 2023-10-06 ### Fixed: - Fix SPIR-V call out arguments regression.