From 634e7979edb6a0c276cc7f56697d794df378fc24 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 21 May 2023 18:38:01 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5177107..7cdd89f 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.812 - 2023-05-21 +### Changed: +- Replace ShaderBindings with new ResourceLayout structure for Vulkan. + - Will allow for a cleaner implementation of transform feedback and geometry shader emulation on macOS in future. + ## 1.1.811 - 2023-05-20 ### Fixed: - Replace constant buffer access on shader with new Load instruction.