From a14089ae967bf34bbacb0f4c826a32be14f11574 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 21 May 2023 20:48:25 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 7cdd89f..5fae02e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,17 @@ 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.814 - 2023-05-21 +### Fixed: +- Fix crash in SettingsViewModel when Vulkan isn't available. + - Fixes a crash when opening the settings window on devices (e.g. Windows ARM) where Vulkan is not available. + +## 1.1.813 - 2023-05-21 +### Fixed: +- ServerBase thread safety. + - Fixes a possible `RecyclableMemoryStreamManager` crash when closing Ryujinx. + - Fixes some possible cases of Ryujinx hanging when stopping emulation. + ## 1.1.812 - 2023-05-21 ### Changed: - Replace ShaderBindings with new ResourceLayout structure for Vulkan.