From 57ba46e7e761d605ce8f15ab5cb8bc7f78b17ee9 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 7 Dec 2020 17:41:19 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 30ca852..2685f65 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5975 - 2020-12-07 +### Added +- Implemented VFNMA CPU instruction. + - Fixes missing opcode crash on launch in Valkyria Chronicles. Note: this game still does not boot due to other issues. + ## 1.0.5960 - 2020-12-07 ### Added -- Added support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr modes (fast paths). +- Added support for guest Fz (Fpcr) mode through host Ftz and Daz (Mxcsr) modes (fast paths). - Fixes a bug in Luigi's Mansion 3 where a player would get stuck trying to go to floor B2 (or load a save game that places you on floor B2). ## 1.0.5959 - 2020-12-07