From 44baa40930cae9881e21ecc36385026e1bdfdeab Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:40:48 +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 4305b36..134e380 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.254 - 2022-09-08 +### Fixed: +- Restride vertex buffer when stride causes attributes to misalign in Vulkan. + - Fixes vertex explosions in Splatoon 3: Splatfest World Premiere on AMD graphics on Windows, and a crash on Mesa drivers. May improve other games that suffered from vertex explosions on AMD GPUs. + +
+Older releases +
+ ## 1.1.253 - 2022-09-08 ### Fixed: - Clean up rejit queue. - Code cleanup. No expected changes in games. -
-Older releases -
- ## 1.1.252 - 2022-09-08 ### Fixed: - Implemented in IR the managed methods of the Saturating region of the SoftFallback class (the SatQ ones).