From e6da32455098ed6c583b675b120d95498d9c14d9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 18 Mar 2021 19:56:26 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6372fd7..7b3b590 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6793 - 2021-03-18 +### Fixed +- Improved linear texture compatibility rules. + - Resolves an issue where small or width-aligned (rather than byte aligned) textures would fail to create a view of existing data. Creates a copy dependency, as size change may be risky. View layout compatibility is now determined by the stride shifted by the level, rather than a stride caculated from the level's width. Linear textures are considered copy compatible when they have matching stride. + - Fixes missing lens flare in Mario Kart 8 Deluxe and Splatoon 2. + - Fixes an issue causing Cross Code to boot to a black screen. + ## 1.0.6792 - 2021-03-18 ### Changed - Removed the IIpcService.cs interface references as it is no longer needed or used.