From d62ffb0335433c7df3ce25cc088a8f996500075a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:23:50 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 00e3ea9..c4ffb36 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.1.227 - 2022-08-21 +### Fixed: +- Check if game directories have been updated before refreshing GUI. + - Prevents both UIs from reloading the games list every time settings are updated, and refreshes only if the game folder changes. + ## 1.1.226 - 2022-08-20 ### Fixed: - Use RGBA16 vertex format if RGB16 is not supported on Vulkan.