From 98f77e13ef295c0f418f3a574c109c73380c511a Mon Sep 17 00:00:00 2001 From: Ac_K Date: Wed, 16 Sep 2020 21:45:50 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 05d42bb..e4effef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5341 - 2020-09-11 +### Changed +- Miscellaneous CPU emulation code optimization. + +## 1.0.5327 - 2020-09-10 +### Fixed +- Allow swizzles to match with "undefined" components + - Fixes motion blur and depth of field in Burnout Paradise. + ## 1.0.5326 - 2020-09-10 ### Fixed - Write-back texture data from memory when it falls out of the cache, and perform untracked buffer write-back.