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.