diff --git a/Changelog.md b/Changelog.md index 04ebcd1..3248bcc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,17 @@ 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.1400 - 2024-09-26 +### Fixed: +- Convert MaxTextureCacheCapacity to Dynamic MaxTextureCacheCapacity for High Resolution Mod support. + - Allows usage of mods that make games run at higher resolutions than 4k, such as the 8k option in the Ultracam mod for The Legend of Zelda: Tears of the Kingdom (these mods require "Expand DRAM to 8GB" to be enabled). + - Fixes crashes and low performance in certain games when using high resolution mods. + +## 1.1.1399 - 2024-09-26 +### Fixed: +- GPU: Ensure all clip distances are initialized when used. + - Fixes half-screen rendering on AMD GPUs in The Legend of Zelda: Echoes of Wisdom. + ## 1.1.1398 - 2024-09-22 ### Fixed: - Fix quads draws after DrawTexture on Vulkan.