From 43b58091728ad359af2576ee71f60ea77b568741 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 20 Jan 2023 02:36:04 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index ad622f0..6805fe7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.575 - 2023-01-19 +### Fixed: +- Vulkan: Destroy old swapchain on swapchain recreation. + - Fixes an issue where the image would freeze on AMD graphics cards when exiting fullscreen. + - Fixes a memory leak on macOS when resizing the window. + ## 1.1.574 - 2023-01-18 ### Fixed: - Vulkan: Explicitly enable precise occlusion queries.