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.