From f7c1ca16a11e771280c2cc4a840491df970e6a20 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 24 Oct 2021 22:25:24 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 69cc8ac..3665dcc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7086 - 2021-10-24 +### Fixed: +- misc: Fix IVirtualMemoryManager.Fill ignoring value. This is required for future kernel fixes. + - No changes to emulator functionality. + ## 1.0.7085 - 2021-10-23 -### Added: +### Added: - Kernel: Add resource limit related syscalls. - Fix register mapping being wrong for SetResourceLimitLimitValue. - Used only by homebrew and system apps. ## 1.0.7084 - 2021-10-23 -### Added: +### Added: - Kernel: Implement SetMemoryPermission syscall. - Fix KMemoryPermission not being an unsigned 32 bits type and add the "DontCare" bit (used by shared memory, currently unused in