From a458d15e1f71cc317c1b1d6d5b42aaa2bf96a85b Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:22:02 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index b7219bc..6dd1818 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6587 - 2021-02-16 +### Fixed +- Fixed a performance regression introduced in 1.0.6582 (PR 1987) involving memory tracking. The read/write flags had been inadvertently inverted. + ## 1.0.6582 - 2021-02-16 ### Changed - Addresses are now properly validated when the PTE is loaded from the page table.