From 2d408b408116c0470f90ef916142c7ecca2bd2ed Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 3 Dec 2020 12:22:31 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index ab3bf6b..30aea75 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.5941 - 2020-12-03 +### Added +- Implemented VFNMS.F32/64 instructions. + - Resolves missing opcode crash on Goat Simulator. Note: this game still crashes due to other issues. + ## 1.0.5940 - 2020-12-03 ### Changed - Added a draw count to mitigate unnecessary use of glFlush operations. If no draws have occurred between when a query begins and ends, a glFlush will no longer be added to the queue.