From 0b91eb088b8333ae8ca23389864ca69e656e7fc6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:24:00 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 46781e4..c658188 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.369 - 2022-11-21 +### Fixed: +- Do not update shader state for DrawTextures. + - Fixes a crash in A Hat in Time that occurred in certain places. + +
+Older releases +
+ ## 1.1.368 - 2022-11-20 ### Fixed: - Use upstream unicorn for Ryujinx.Tests.Unicorn. @@ -11,10 +20,6 @@ All updates to the Ryujinx official master build will be documented in this file - Reword the description of the 6GB expand DRAM hack to be less tantalizing. - "Expand DRAM Size to 6GiB" is now named "Use alternative memory layout (Developers)". -
-Older releases -
- ## 1.1.366 - 2022-11-19 ### Fixed: - Unsubscribe MemoryUnmappedHandler even when GPU channel is destroyed.