From 4034fa0ef6dbae19b6b51453becee572da4a40dc Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 12 Aug 2021 18:23:01 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1316fab..cea5280 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.6996 - 2021-08-12 +### Changed +- Improves error message when the prod.keys file is present, but the keys are outdated. + - Now the "Ryujinx was unable to parse the provided firmware. This is usually caused by outdated keys." message is presented if the keys are outdated when installing a new firmware. + ## 1.0.6995 - 2021-08-12 ### Fixed - Fixes a regression that could cause the same compute shader to be compiled over and over again when shader cache was enabled, causing a large performance drop in some games.