Updated Changelog (markdown)
parent
ae2574e003
commit
3bb612c2a1
1 changed files with 22 additions and 0 deletions
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.
|
||||
|
|
Loading…
Reference in a new issue