From f76b08811c4b5dd900710492e84bcd7d857ff440 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 20 Aug 2021 17:41:17 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index c0efe5d..f54b3e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7002 - 2021-08-20 +### Fixed: +- Fixes wrong base level calculation when copying data to slices of 3D textures. + - Fixes 3D texture data not being properly updated in some rare cases. + - The bug was observed on Super Mario Odyssey. Other games using 3D textures might be affected too. + +## 1.0.7001 - 2021-08-20 +### Fixed: +- Fixes an assert that was happening on debug builds since version 1.0.7000, due to an optimization creating a constant operand with the wrong type. + - Should not have any visible effect on games as the bug did not cause wrong code generation. + ## 1.0.7000 - 2021-08-17 ### Changed: - Optimizes JIT memory allocations by using an arena allocator, along with other optimizations.