diff --git a/Changelog.md b/Changelog.md index 066440b..d2ccead 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.1374 - 2024-08-12 +### Fixed: +- Clamp amount of mipmap levels to max allowed for all backends. + - On AMD graphics cards using Vulkan, fixes crashes when running certain mods, such as character swaps in Mario Kart 8 Deluxe. + ## 1.1.1373 - 2024-08-08 ### Added: - Implement UQADD16, UQADD8, UQSUB16, UQSUB8, VQRDMULH, VSLI and VSWP Arm32 instructions.