From 71cc8a970da3a49b9e1113b98b7294d44d889b7e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:43:02 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index c3202b6..44da96b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5939 - 2020-12-03 +### Changed +- Changed uses of QueryModified to now pass a cached delegate. +- Changed buffer tracking to use simple tracking rather than smart, as in practice smart tracking does not seem to be faster. + - Combined, these changes nearly halve buffer tracking time in SMO Metro Kingdom's initial view. Future PRs will help unlock more tangible performance boosts. + ## 1.0.5937 - 2020-12-03 ### Changed - This PR is a follow-up to 1.0.5915 and ensures the proper closing of copy handles that are passed by the guest and should be closed.