From 1b6a55c273d5c5b6bcb1ec8d1480ebf72793a1b7 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 14 Jul 2021 15:26:12 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 83df400..07eeecf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,21 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6969 - 2021-07-14 +### Fixed: +- Fixes a bug where data on textures copied using the DMA engine could be lost. + - Fixes texture corruption (usually visible as black portraits or garbled sprites) on Legend of Mana. Other games might be affected too. + +## 1.0.6968 - 2021-07-14 +### Fixed: +- Allows draws and compute dispatch without a texture pool and sampler pool being set. + - Fixes regression on Tales of Vesperia, where the game would crash at boot. + - An error will be logged if the game attempts to draw with texture or image access without having the pools set. + +## 1.0.6967 - 2021-07-14 +### Fixed: +- Fixes a bug where the transfer memory handle was not being closed on nvservices, resulting in a handle leak and failure to create a transfer memory at the same region on the guest. + ## 1.0.6966 - 2021-07-13 ### Changed: - Revert LibHac update