From 2c85e2c27ef173f9000caf1dcc5b8d2a6ca3a42f Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 11 Dec 2020 04:46:09 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 0f35023..cafaf28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6027 - 2020-12-10 +### Changed +- Cleaned up the GPU memory allocator code. + ## 1.0.6020 - 2020-12-10 ### 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.