From 1e9a454faa9c4a3895cbf4d358ab7ed3f69631bd Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:40:50 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 58b7b28..04ebcd1 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.1398 - 2024-09-22 +### Fixed: +- Fix quads draws after DrawTexture on Vulkan. + - Fixes rendering in FUZE4 when using Vulkan. + ## 1.1.1397 - 2024-09-20 ### Fixed: - Shader: Assume the only remaining source is the right one when all others are undefined.