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.