From 11e82821731274b703e01b154db0ad2b76c151ea Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 20 Jun 2023 18:56:13 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) 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.