diff --git a/Changelog.md b/Changelog.md index 82fd0f8..5b88f8e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.1330 - 2024-06-02 +### Fixed: +- Vulkan separate descriptor set fixes. + - Fixes invisible characters on Intel GPUs in Paper Mario: The Thousand Year Door. + +## 1.1.1329 - 2024-06-02 +### Fixed: +- GPU: Remove unused dynamic state and pipeline settings. + - Code cleanup. No expected user-facing changes. + +## 1.1.1328 - 2024-06-02 +### Fixed: +- New pooled memory types. + - Reduces memory allocations done by the emulator. Likely no noticeable changes during normal gameplay. + ## 1.1.1327 - 2024-06-02 ### Fixed: - Avoid inexact read with 'Stream.Read'.