From cb4858a31b296d48542b895c71f3b1a682dda9f3 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:17:46 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 232c792..3cdda2a 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.1337 - 2024-06-25 +### Fixed: +- SetProcessMemoryPermission address and size are always 64-bit. + - No expected user-facing changes. + ## 1.1.1336 - 2024-06-19 ### Fixed: - JIT: Coalesce copies on LSRA with simple register preferencing.