diff --git a/Changelog.md b/Changelog.md index ccd1f35..3ee00f1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,22 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.869 - 2023-06-05 +### Fixed: +- Updater: Ignore files introduced by the user in base directory. + - Updater will no longer delete user added files in the base directory when updating. + +## 1.1.868 - 2023-06-05 +### Fixed: +- Fix wrong unaligned SB state when fetching compute shaders. + - Fixes a regression caused by 1.1.861 that introduced glitches in some games on Intel GPUs. + +## 1.1.867 - 2023-06-05 +### Fixed: +- Fix 3D texture size when totalBlocksOfGobsInZ > 1. + - Fixes some 3D texture issues in UE4 games. + - Fixes crashes on newer versions of Dragon Ball Z: Kakarot, Dragon Quest X Offline and possibly other UE4 games. + ## 1.1.866 - 2023-06-04 ### Fixed: - Avalonia: Adjust Grid Library alignment.