Updated Changelog (markdown)

MetrosexualGarbodor 2022-01-16 13:10:27 +00:00
parent c0ba90ab9e
commit fc5eece7e4

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