From 31c1cd506dc177872e743743d6222d1ab38362e9 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:12:15 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index 51414af..ee90bcd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.275 - 2022-09-19 +### Fixed: +- Allow bindless textures with handles from unbound constant buffer. + - Fixes Sniper Elite 3 crashing on startup. + +## 1.1.274 - 2022-09-19 +### Changed: +- Avalonia - Use embedded window for Avalonia. + - Improves frame pacing of games when using the Avalonia UI. + - Fixes unresponsiveness of the Avalonia UI when using Vulkan. + - Fixes overlays glitching on fullscreen on Avalonia. + - Fixes an issue where a previous frame would sometimes show up on games played with the new UI. + - Allows switching graphics backends and preferred GPU on Avalonia without requiring a restart of the emulator. + ## 1.1.273 - 2022-09-19 ### Added: - Implemented in IR the managed methods of the ShlReg region of the SoftFallback class.