From eddda4ee18b35e5c4f4776482364b6beb939914d Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 2 Nov 2022 21:29:27 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 41f5fc6..b1df605 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.337 - 2022-11-02 +### Fixed: +- Vulkan: Implement multisample <-> non-multisample copies and depth-stencil resolve. + - Fate/Extella: The Umbral Star now works on Vulkan on Nvidia and Intel GPUs. + - Sonic Colors: Ultimate now works on Vulkan on Intel GPUs. + +
+Older releases +
+ ## 1.1.336 - 2022-11-02 ### Fixed: - fix: Support FFmpeg 5.1.x for decoding. @@ -16,10 +26,6 @@ All updates to the Ryujinx official master build will be documented in this file - CI: Fix windows builds missing SourceRevisionId. - Windows PR builds will now have version IDs again. -
-Older releases -
- ## 1.1.333 - 2022-10-29 ### Fixed: - Vulkan: Replace VK_EXT_debug_report usage with VK_EXT_debug_utils.