Updated Changelog (markdown)

MutantAura 2022-09-19 20:12:15 +01:00
parent 70e14700cc
commit 31c1cd506d

@ -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.