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).