From e446d7ceb32f051feeb9c50500abfc2475deca72 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:21:21 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog.md b/Changelog.md index ee90bcd..0b5c0cc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.277 - 2022-09-19 +### Fixed: +- OpenGL: Fix blit from non-multisample to multisample texture. + - Fixes a rendering regression in Fate/EXTELLA. + +## 1.1.276 - 2022-09-19 +### Fixed: +- Avalonia - Misc changes to UX. + - Settings navbar is now full-sized. + - Alignment in a few windows has been fixed. + - Number of each controller type is now listed instead of ID. + - Volume widget on status bar is now aligned and localizable. + ## 1.1.275 - 2022-09-19 ### Fixed: - Allow bindless textures with handles from unbound constant buffer.