Updated Changelog (markdown)

MetrosexualGarbodor 2022-10-09 19:31:25 +01:00
parent 7336d12cb7
commit e6401ecefb

@ -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.
<details open>
<summary>Older releases</summary>
<br>
## 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.
<details open>
<summary>Older releases</summary>
<br>
## 1.1.293 - 2022-10-03
### Fixed:
- Fix shader SULD (bindless) instruction using wrong register as handle.