From d9174e7f83c216b62d0e13ff28652c4fa2d2e885 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sun, 18 Jul 2021 12:33:54 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ce1f5b4..bff1938 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,17 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6973 - 2021-07-18 +### Changed: +- Fixes a performance regression introduced on version 1.0.6970, by switching to the old flush method on affected drivers. + - Only Linux AMD drivers and the Intel Windows and Linux drivers are affected, NVIDIA is not affected at all. + - For the affected drivers, The Legend of Zelda: Skyward Sword HD and the other affected games are as fast as they were before. + ## 1.0.6972 - 2021-07-18 ### Changed: - Improves drastically the code generation of the audren's DSP. - This may reduce CPU usage on the audio processing side and result in a better CPU time allocation. - ## 1.0.6971 - 2021-07-18 ### Changed: - Improves shader tools command line by adding support for target language and API.