From 18ee586cdd3eaea74f535238be92592b3ffe8fbf Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 10 Dec 2020 13:41:11 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4b4a038..a02dba0 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.6020 - 2020-12-09 +### Changed +- Modified allocator code to check if the aligned address and its requirements exceed the maximum allowed address, with a solution if the results are true. + - Fixed a regression introduced in 1.0.6004 (PR 1722) that caused Asterix & Obelix XXL: Romastered to crash on boot. + ## 1.0.6006 - 2020-12-09 ### Changed - Fixed the ngct services placeholder which was incorrect.