Updated Changelog (markdown)

MetrosexualGarbodor 2022-06-24 02:03:29 +01:00
commit 62dfe78d46

@ -1,6 +1,16 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file 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 ## 1.1.153 - 2022-06-23
### Changed: ### Changed:
- UI: Some Avalonia cleanup. - UI: Some Avalonia cleanup.