From 6a2fff6b76a4eabd81d0c33a895ed291501dea24 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 17 Jun 2023 23:06:33 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b6c2d7a..8b3f98e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.897 - 2023-06-17 +### Fixed: +- Ensure shader local and shared memory sizes are not zero. + - Should fix the Mysterio boss crash in Marvel Ultimate Alliance 3: The Black Order. Currently untested. + ## 1.1.896 - 2023-06-15 ### Fixed: - Implement Load/Store Local/Shared and Atomic shared using new instructions.