From 22784503ee1aab118e12e503da9a0c113ed12af1 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:06:16 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index edd81c8..7f2d1fa 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.6441 - 2021-01-27 +### Added +- Added support for multiple destination operands on the IR rather than just one. + - As shader changes occurred, shader caches have been gracefully invalidated; the next time a game is launched the cache will automatically rebuild at boot time. + ## 1.0.6440 - 2021-01-27 ### Fixed - Lowered precision of estimate instruction results to match ARM behavior.