From 30dcfed6ecacb347107239305c1ce6ec6130d6b5 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 30 Aug 2021 15:03:23 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 603a0ec..c2c4597 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.0.7022 - 2021-08-30 +### Fixed: +- Fixes shader shuffle up instruction, when the source thread ID is out of range. + - Fixes vertex explosions on Marvel Ultimate Alliance 3. + ## 1.0.7021 - 2021-08-29 ### Fixed: - Improves handling of multi-draw with indirect count on HLE macros, for cases where the start draw is non-zero.