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.