From 17de7fe86fe499b4143d0bbd2c92fa5597c9fb43 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:10:15 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1a9d87a..9fc1745 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,27 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1393 - 2024-09-17 +### Changed: +- Revert "Ava: Wait for CheckLaunchState() to complete to handle exceptions properly". + - Reverts the change in 1.1.1391 as it broke the UI. + +## 1.1.1392 - 2024-09-17 +### Fixed: +- Change image format view handling to allow view incompatible formats. + - Fixes Lollipop Chainsaw RePOP crashing with a device loss error. + +## 1.1.1391 - 2024-09-17 +### Fixed: +- Ava: Wait for CheckLaunchState() to complete to handle exceptions properly. + - Fixes an issue where the UI would freeze instead of handling an exception when launching a game directly from command line or from a shortcut. + + +## 1.1.1390 - 2024-09-17 +### Fixed: +- Add area sampling scaler to allow for super-sampled anti-aliasing. + - Under graphics settings > scaling filter, adds a new option for area scaling, which will function as SSAA when the rendering resolution is 2x (or more) higher than the screen resolution. + ## 1.1.1389 - 2024-09-17 ### Changed: - Change 6GB DRAM expansion to 8GB.