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.