mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-21 14:12:15 -07:00
Updated Changelog (markdown)
22
Changelog.md
22
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.
|
||||
|
Reference in New Issue
Block a user