From 9435994a704df4c606249ae1c0c9598cfba5c221 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 24 Nov 2022 12:16:26 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 18b863e..5fa5593 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.378 - 2022-11-24 +### Fixed: +- Fix NRE on Avalonia for error applets with unknown error message. + - Fixes an issue where unknown errors would crash Avalonia. + +## 1.1.377 - 2022-11-24 +### Fixed: +- GAL: Send all buffer assignments at once rather than individually. + - Improves performance significantly in Pokémon Scarlet/Violet, Super Mario Odyssey, Super Smash Bros. Ultimate and any other games that tend to bind many constant buffers at once. + +
+Older releases +
+ ## 1.1.376 - 2022-11-23 ### Fixed: - GPU: Access non-prefetch command buffers directly. @@ -42,10 +56,6 @@ All updates to the Ryujinx official master build will be documented in this file - Do not update shader state for DrawTextures. - Fixes a crash in A Hat in Time that occurred in certain places. -
-Older releases -
- ## 1.1.368 - 2022-11-20 ### Fixed: - Use upstream unicorn for Ryujinx.Tests.Unicorn.