diff --git a/Changelog.md b/Changelog.md index 426310e..f9e619b 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.298 - 2022-10-09 +### Fixed: +- Fix disposed textures being updated on TextureBindingsManager. + - Fixes a fatal error crash in Crash Team Racing Nitro-Fueled when using Vulkan. + +
+Older releases +
+ ## 1.1.297 - 2022-10-08 ### Fixed: - GPU: Pass SpanOrArray for Texture SetData to avoid copy. @@ -24,10 +33,6 @@ All updates to the Ryujinx official master build will be documented in this file - Fix memory corruption in BCAT and FS Read methods when buffer is larger than needed. - Fixes a crash on the title screen of Sword Art Online: Alicization Lycoris, which now goes in-game. -
-Older releases -
- ## 1.1.293 - 2022-10-03 ### Fixed: - Fix shader SULD (bindless) instruction using wrong register as handle.