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.