From 1c90b9ced916350850a9ded28358222473aa9126 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 20 May 2023 21:37:09 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5db9d5b..efb6d7c 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.811 - 2023-05-20 +### Fixed: +- Replace constant buffer access on shader with new Load instruction. + - Might fix vertex explosions in Super Mario Sunshine and Super Mario Galaxy on AMD GPUs. No known changes in games. + ## 1.1.810 - 2023-05-20 ### Fixed: - Limit compute storage buffer size.