From 82dd34e1bf51c21cafa2f38317d837db3cca5f57 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 27 Sep 2020 21:02:35 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 233c859..290cce2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.