From 2b7e01d2c288bdd1ab1aa04a78eadf87251eabf5 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 8 Dec 2020 05:11:21 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2685f65..f69ef4a 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.5979 - 2020-12-07 +### Changed +- Fixed a regression introduced in IPC2 (PR 1458) where data written by a service would not mark regions as dirty, and reads from the service would not trigger flushes from textures. + - Fixes vertex explosions after one race in Mario Kart 8 Deluxe. + ## 1.0.5975 - 2020-12-07 ### Added - Implemented VFNMA CPU instruction.