From b7a4abd921beb9d0712c89ba94c6ae1e8dc9edf5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:45:12 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2baa845..5285ddb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6125 - 2020-12-17 +### Changed +- Miscellaneous PPTC optimizations to increase resiliency and reduce overhead. + - Reduction of the size of both the .info and the .cache files. + - Faster deserialization/serialization (implies reduced loading/saving times). + - Saving of JitCache memory. + - Improved Logs. + ## 1.0.6122 - 2020-12-17 ### Changed - Interrupt GPU command processing when a frame becomes ready, presenting it immediately.