From 8b7fc5a77d343105150ee4228999a239afb7b7e7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 9 Dec 2020 15:55:19 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index b4adb5a..86a5104 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.6005 - 2020-12-09 +### Changed +- Modified ThreadPool process handling to keep it active so that there is never a reason to terminate the GateThread. + - Dramatically improves the perceived visual smoothness of games. + - Raises FPS from 57-58 to 60 in games where the game should have been pegged at 60FPS already. + ## 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.