From fc5eece7e4865c9fafc41af685f895c08fbf8c4a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 16 Jan 2022 13:10:27 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index de0fa99..2a789ee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,18 @@ All updates to the Ryujinx official master build will be documented in this file +## 1.0.7174 - 2022-01-16 +### Fixed: +- kernel: Fix deadlock when pinning in interrupt handler. + - Fixes a deadlock on DoDonPachi Resurrection when starting a new game. + - May fix similar deadlocks on other games. + +## 1.0.7173 - 2022-01-16 +### Fixed: +- Fix return type mismatch on 32-bit titles. + - Fixes an assert that was caused by the return type not matching the actual return type of the function, due to the address being 32-bits. + - Only affects debug builds. + ## 1.0.7172 - 2022-01-13 ### Added: - ssl: Implement SSL connectivity.