From 069765b683a2b1ecc07df3824cd605a2bd8fbf24 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 12 May 2023 02:22:27 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 813a626..1636761 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.792 - 2023-05-11 +### Fixed: +- Vulkan: Partially workaround MoltenVK InvalidResource error. + - Adds a workaround for a MoltenVK issue where binding a storage buffer more than once with different stage flags causes resource usage to register incorrectly, which causes the command buffer to fail. No known changes in games. + ## 1.1.791 - 2023-05-11 ### Fixed: - GPU: Remove swizzle undefined matching and rework depth aliasing.