From 6143b45f134d7478eabfba288576d50602e218f0 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 16 Jul 2021 23:00:58 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 07eeecf..e72f523 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.6970 - 2021-07-16 +### Changed: +- Improves performance of buffer and texture flushes by using a different approach. + - Greatly improves performance of The Legend of Zelda: Skyward Sword HD. + - Pokémon Sword/Shield is also improved, however it is still slower than the LDN 2.3 build. + - Xenoblade Chronicles 2 is sligthly improved. + - Any other game that does a lot of flushes per frame should be faster aswell. + ## 1.0.6969 - 2021-07-14 ### Fixed: - Fixes a bug where data on textures copied using the DMA engine could be lost.