From b46a738522e0e5a7f08e276c35aa485ea7fb9a38 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:16:47 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5956644..737e558 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.706 - 2023-04-11 +### Fixed: +- Vulkan: add situational "Fast Flush" mode. + - Improves Vulkan performance in Bayonetta 3, Pokémon Scarlet/Violet (both only when using resolution scaling) and The Legend of Zelda: Breath of the Wild (in general). + +## 1.1.705 - 2023-04-11 +### Fixed: +- ARMeilleure: Move TPIDR_EL0 and TPIDRRO_EL0 to NativeContext. + - Improves performance slightly in Pokémon Scarlet/Violet and The Legend of Zelda: Breath of the Wild. + ## 1.1.704 - 2023-04-11 ### Fixed: - OpenGL: Fix OBS/Overlays again by binding FB before present.