From 3231c91560810d0e0348895ea796d512fe332ced Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 3 Jul 2021 02:05:27 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4786e73..ccc8301 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6946 - 2021-07-03 +### Fixed: +- Honour copy dependencies when switching render target. + - Fixes UI not being rendered on the Mii Editor (only AMD and Intel Windows drivers are affected). + - Fixes dialog boxes and menus not rendering on New Pokémon Snap (only AMD and Intel Windows drivers are affected). + +## 1.0.6945 - 2021-06-29 +### Fixed: +- Fixes a wrong check introduced in 1.0.6942. + - Pokémon Sword / Shield (and probably other games) can now use DLCs again. + ## 1.0.6944 - 2021-06-29 -### Changed: +### Fixed: - Fixes IPC sessions not being disposed at emulation end. - This fix possible leaks (memory, opened files, ect) at emulation end.