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.