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.