From 8a4f6e693985bb75fb2f4b54a2b62d42a5b0b132 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 10 Nov 2020 22:13:58 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index cade289..d68e687 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.5659 - 2020-11-10 +### Fixed +- Do not report unmapped pages as modified to the GPU. + - Fixes a regression caused by range tracking (PR #1272) that could cause a few games (like Higurashi no Naku Koro ni Hou) to crash. + ## 1.0.5655 - 2020-11-09 ### Fixed - Fix a bug that could cause data loss when copying on rendering to a texture.