From 07a65cb14bbe2e2b19369212037a63b42c77c9fc Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 25 May 2023 22:01:07 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index efb977d..3cc29a2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.822 - 2023-05-25 +### Fixed: +- Generate scaling helper functions on IR. + - Separates the resolution scaling code from the shader backends so scaling behaves more similarly between OpenGL and Vulkan. + - Makes it easier to implement more graphics backends in the future. + ## 1.1.821 - 2023-05-25 ### Fixed: - Truncate vertex attribute format if it exceeds stride on MoltenVK.