From 3bb612c2a11e5df1d3c791397d7b43d749bb867d Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 8 May 2023 14:26:34 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Changelog.md b/Changelog.md index 10283d3..b516e05 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,28 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.772 - 2023-05-08 +### Fixed: +- Vulkan: Pass Vk instance to VulkanRenderer + - Allows future flexibility in driver selection where multiple could be installed. + - No expected changes in games. + +## 1.1.771 - 2023-05-08 +### Fixed: +- Vulkan: Avoid hardcoding features in CreateDevice. + - No expected changes in games. + +## 1.1.770 - 2023-05-08 +### Fixed: +- Vulkan: Simplify MultiFenceHolder and managing them. + - Slightly improves performance in Vulkan backend bottlenecked games such as The Legend of Zelda: Breath of the Wild. + +## 1.1.769 - 2023-05-08 +### Fixed: +- Vulkan: Batch vertex buffer updates. + - Batches vertex buffer updates to reduce individual update calls and avoid rebinding those which have not changed. + - Slightly improves performance in The Legend of Zelda: Breath of the Wild. + ## 1.1.768 - 2023-05-07 ### Fixed: - misc: Avoid copy of ApplicationControlProperty.