Updated Changelog (markdown)

EmulationFanatic 2020-09-27 21:02:35 -06:00
parent a27a6a9fde
commit 82dd34e1bf

@ -1,6 +1,11 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.5439 - 2020-09-26
### Changed
- Changed texture copy implementation to avoid issues with overlapping textures.
- Fixes a regression introduced in 1.0.5326 (PR 1408), resolving graphical issues in Professor Layton, Snack World, and potentially other games that use OpenGL on the guest.
## 1.0.5428 - 2020-09-25
### Changed
- Isolated more active services to their own threads: SurfaceFlinger processes, HID, and Time services.