From 62dfe78d46d961c48acf201535568da7e630d3a7 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 24 Jun 2022 02:03:29 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 56570c5..ec2a3ea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.155 - 2022-06-24 +### Fixed: +- Fix ThreadingLock deadlock on invalid access and ExitProcess. + - Fixes a specific case of the emulator freezing when closing. Does not fix all instances where this happens, however. + +## 1.1.154 - 2022-06-24 +### Fixed: +- Ensure texture ID is valid before getting texture descriptor. + - Fixes a crash in A Hat in Time that would occur after progressing past a certain point in the game. + ## 1.1.153 - 2022-06-23 ### Changed: - UI: Some Avalonia cleanup.