Updated Changelog (markdown)

MetrosexualGarbodor 2023-05-09 13:39:54 +01:00
parent 6d929d1f66
commit 36ddad02b0

@ -1,6 +1,11 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file. All updates to the Ryujinx official master build will be documented in this file.
## 1.1.773 - 2023-05-09
### Fixed:
- Replace DelegateHelper with pre-generated delegates.
- Should allow this to be compiled with NativeAOT in the future. No expected changes in games.
## 1.1.772 - 2023-05-08 ## 1.1.772 - 2023-05-08
### Fixed: ### Fixed:
- Vulkan: Pass Vk instance to VulkanRenderer - Vulkan: Pass Vk instance to VulkanRenderer
@ -23,10 +28,6 @@ All updates to the Ryujinx official master build will be documented in this file
- Batches vertex buffer updates to reduce individual update calls and avoid rebinding those which have not changed. - 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. - Slightly improves performance in The Legend of Zelda: Breath of the Wild.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.768 - 2023-05-07 ## 1.1.768 - 2023-05-07
### Fixed: ### Fixed:
- misc: Avoid copy of ApplicationControlProperty. - misc: Avoid copy of ApplicationControlProperty.
@ -525,6 +526,10 @@ All updates to the Ryujinx official master build will be documented in this file
- Vulkan: Migrate buffers between memory types to improve GPU performance. - Vulkan: Migrate buffers between memory types to improve GPU performance.
- Greatly improves Nvidia Vulkan performance in Bayonetta 3, Blue Reflection: Second Light, Catherine Full Body, Ghost 'n Goblins Resurrection, Hyrule Warriors: Age of Calamity, Monster Hunter Rise, NieR Automata: The End of YoRHa Edition, Persona 5 Royal, Shin Megami Tensei V, Sonic Frontiers, Subnautica, Xenoblade Chronicles: Definitive Edition, Xenoblade 2, Xenoblade 3 and possibly other games. - Greatly improves Nvidia Vulkan performance in Bayonetta 3, Blue Reflection: Second Light, Catherine Full Body, Ghost 'n Goblins Resurrection, Hyrule Warriors: Age of Calamity, Monster Hunter Rise, NieR Automata: The End of YoRHa Edition, Persona 5 Royal, Shin Megami Tensei V, Sonic Frontiers, Subnautica, Xenoblade Chronicles: Definitive Edition, Xenoblade 2, Xenoblade 3 and possibly other games.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.671 - 2023-03-19 ## 1.1.671 - 2023-03-19
### Fixed: ### Fixed:
- Remove MultiRange Min/MaxAddress and rename GetSlice to Slice. - Remove MultiRange Min/MaxAddress and rename GetSlice to Slice.