From 7226e78c04960a7397922254d5c8fcf8684654c6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:27:04 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 19b4178..ba4c95e 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.1011 - 2023-09-10 +### Fixed: +- Fix shader GlobalToStorage pass when base address comes from local or shared memory. + - Fixes a regression from 1.1.896 causing a few failures to find storage buffers in Splatoon 3 and probably other games, though no visible changes were found. + ## 1.1.1010 - 2023-09-07 ### Fixed: - Replacing 'Assembly.GetExecutingAssembly()' with 'Type.Assembly'.