From 36ddad02b0d80399a478baeb747ce879e6d2a784 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 9 May 2023 13:39:54 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index c546698..0b255dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog 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 ### Fixed: - 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. - Slightly improves performance in The Legend of Zelda: Breath of the Wild. -
-Older releases -
- ## 1.1.768 - 2023-05-07 ### Fixed: - 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. - 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. +
+Older releases +
+ ## 1.1.671 - 2023-03-19 ### Fixed: - Remove MultiRange Min/MaxAddress and rename GetSlice to Slice.