From 08355e92a6bc25412e7a2b9792698aeae9490fb0 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 21 Feb 2021 12:17:11 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 21865be..0e30b97 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.6667 - 2021-02-21 +### Changed +- Converted Copy operations into Fill operations instead of adding one in HybridAllocator. + - Reduces code size and register pressure. + ## 1.0.6662 - 2021-02-21 ### Added - Implemented SetLcdBacklighOffEnabled service call.