From c7081570b83f655db38853a55ad2544eaa08db41 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 1 Dec 2020 15:01:17 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 50290d4..d01c25d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5885 - 2020-12-01 +### Fixed +- Added missing guest GPU accessor to the hashes computation for shader cache. + - Existing shader caches will be preserved and migrated to a new version with this update. + ## 1.0.5883 - 2020-12-01 ### Fixed - Fixed a warning of the SystemInfo class constructor for macOS. Cleaned up the info / Info at the end of specific OS class names.