From 57f52ff0d7385ac6d2b91b2f23144f09c569340a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 19 Jan 2021 15:14:54 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4c3b6fd..98f711e 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.6367 - 2021-01-19 +### Added +- Implemented Fmaxnmp & Fminnmp Scalar instructions. + - Fixes a missing opcode crash in Mortal Kombat 11. The game is still not playable due to rendering issues. + ## 1.0.6355 - 2021-01-18 ### Changed - Enabled parallel ASTC decoding by default.