From baba8c14b288e6e23b7dcfe60e08293e58173174 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 28 Dec 2021 12:20:40 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 46c1e94..c834422 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7144 - 2021-12-28 +### Fixed: +- Flip scissor box when the YNegate bit is set. + - Fixes in-game UI in Bloons TD 5. + - Fixes menus being cut off in the YouTube app. + - May fix similar issues in games using OpenGL on the Switch. + +## 1.0.7143 - 2021-12-28 +### Fixed: +- Fix GetHostByNameRequestWithOptions and GetHostByAddrRequestWithOptions. + - Allows the Twitch app to boot further, but it still doesn't work as it requires unimplemented SSL functions. + ## 1.0.7142 - 2021-12-27 ### Fixed: - Use minimum stream sample count on SDL2 audio backend.