diff --git a/Changelog.md b/Changelog.md index 8b3f98e..4c5038b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ 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.898 - 2023-06-20 +### Added: +- misc: Implement address space size workarounds. + - Required for ARM64 support when the kernel is configured to use between 63 and 39 bits for kernel space. + ## 1.1.897 - 2023-06-17 ### Fixed: - Ensure shader local and shared memory sizes are not zero.