From 3c2f1b6feac33acba7eecd3e155349a73cd46d5c Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:10:43 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e129fb3..be5f4f9 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.849 - 2023-06-01 +### Fixed: +- Vulkan: Include DepthMode in ProgramPipelineState. + - Fixes an issue that could cause a few additional stutters during shader compilation. + ## 1.1.848 - 2023-05-31 ### Fixed: - GPU: Dispose Renderer after running deferred actions.