Updated Changelog (markdown)
parent
c0ba90ab9e
commit
fc5eece7e4
1 changed files with 12 additions and 0 deletions
12
Changelog.md
12
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.
|
||||
|
|
Loading…
Reference in a new issue