From 00bc953fdcd4d51e443372e77673d661b446a637 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 16 Jan 2022 23:28:35 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2a789ee..2764a1e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7175 - 2022-01-16 +### Fixed: +- Scale scissor used for clears. + - Fixes a regression introduced in 1.0.7168 that would cause the screen to flicker in some games with resolution scale other than native, like Luigi's Mansion 3 or Tetris 99. + ## 1.0.7174 - 2022-01-16 ### Fixed: - kernel: Fix deadlock when pinning in interrupt handler.