From 9b30afe905728114394c5f58ba517d23ecd005f4 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 9 Dec 2020 15:44:41 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 65c2af7..b4adb5a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6004 - 2020-12-09 +### Changed +- Modified GPU memory allocation by marking memory as available in an implementation of a Red-Black-Tree affectionately christened a TreeDictionary. + - Improves memory allocation and reduces time for certain GPU memory related operations. + ## 1.0.6003 - 2020-12-09 -### Added +### Changed - Rewrote scheduler context switch code. - Now uses a lock to prevent the thread from being scheduled in two cores at once, like the official OS does. - Fixed thread CurrentCore value being updated ahead of time. Now it is only updated after the thread is switched to the new core.