From 30efc2cee2118daea3cb394de01468663408c8bf Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:49:41 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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'.