From 3baaf863727442679917e4bd262a7bc26cf08ac4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:01:08 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index d7025fe..cdb72c5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.1030 - 2023-09-25 +### Fixed: +- Reduce the amount of descriptor pool allocations on Vulkan. + - Fixes VK_ERROR_UNKNOWN on AMD GPUs in Puyo Puyo Tetris. + +## 1.1.1029 - 2023-09-25 +### Fixed: +- Make Vulkan memory allocator actually thread safe. + - Attempts to fix a rare crash reported on macOS in The Legend of Zelda: Tears of the Kingdom. + ## 1.1.1028 - 2023-09-25 ### Fixed: - Add VTimer as alternative interrupt method on Apple Hypervisor.