From a278e40a7f8ae1541cda0976ece7a7a5c5872d87 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:26:07 +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 5a5d1dd..76f8334 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.327 - 2022-10-25 +### Fixed: +- Vulkan: Use dynamic state for blend constants. + - Reduces memory usage and slightly speeds up Vulkan pipeline compilation in Mario Kart 8 Deluxe. + +
+Older releases +
+ ## 1.1.326 - 2022-10-23 ### Added: - Ryujinx.Tests.Unicorn: Implement IDisposable. - Disposes of Unicorn (CPU emulator used to test validity of ARMeilleure instructions) tests when done. No changes to emulator functionality. -
-Older releases -
- ## 1.1.325 - 2022-10-23 ### Fixed: - Attempt to fix issues since github-script v6 upgrade.